kudjieRaymond / gig-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:HTML 72.8%Language:PHP 21.6%Language:Python 3.8%Language:CSS 1.4%Language:Shell 0.2%Language:Vue 0.1%Language:Makefile 0.0%Language:Dockerfile 0.0%