/Progresso

A web application to manage your to-do lists

Primary LanguagePHPMIT LicenseMIT

HOW TO RUN THIS PROJECT

  • Requirements:

    • PHP 7.3.12
    • Node version 12.14.1
    • Laravel 7.1
    • Composer 1.9.3
  • If you have linux installed, please modify your .env with your DB credentials and run the setup.sh. ..* Then go to http://localhost:8000/ to visit our to-do list website

  • If you have Windows installed, set your DB credentials in the .env file and run the following instructions into your folder's terminal:

    1. composer install
    2. npm i
    3. php artisan migrate:fresh
    4. npm run prod
    5. php artisan serve
  • Then you can go to http://localhost:8000/ and have fun !