Skip to content

ahmadammarm/freelance-notes

Repository files navigation

Freelance Notes

Hi everyone !
This is our project repository about freelance notes with downloadable invoice
Hope u happy to used it

Tech in This Project

PHP Laravel MySQL

Prerequisites

Before you begin, ensure you have met the following requirements :

  • Git must be installed on your operating system.

Clone Repository

To run in the locally, run this command on your git bash to clone this repo :

git clone https://github.com/ahmadammarm/freelance-notes.git

Change Directory

Change the directory to the project :

cd freelance-notes

Install the Composer

To run in the locally, run this command on your git bash to clone this repo :

composer install

Configure Database in ur .env File :

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=freelance-notes
DB_USERNAME=root
DB_PASSWORD=

Or you can just copy the .env.example using this command :

cp .env.example .env

Generate your APP KEY :

php artisan key:generate

Migrate ur Database in the Terminal :

php artisan migrate

Make user from filament

php artisan make:filament-user

Open in the Other Terminal and Run this Command to Run the Project:

php artisan serve

Login in admin page :

Email : your_email
Password : your_password

Now you can accees in localhost:8000/admin

About

Website for Your Freelance Notes with Invoice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published