About

This is a project to help freelancers to keep track of their Gigs

How to use

Traditional Approach

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate

If you have Docker installed you can run this project using

  • Run docker-compose up && docker-compose up -d
  • Run docker-compose exec nginx chmod -R 777 /var/www/html/storage/ Make sure the DB credential in your .env file match the one in the Docker compose file So in our case
  • replace DB_HOST=127.0.0.1 with the name of your mysql container DB=mysql. Do same for DB username and password
  • Run docker-compose exec php php /var/www/html/artisan migrate

License

Open-source software licensed under the MIT license.