Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 770 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 770 Bytes

TMS

Getting Started

  1. Copy .env.example file and rename it to .env, also insert the database credentials there.
  2. Run php artisan key:generate to generate a key for the app.
  3. (Optional) Run php artisan migrate && php artisan db:seed to seed tables with dummy data

You can login with any of these seeded user emails using password as 'password'

Built With

Authors

  • Areg Ghazaryan

License

This project is licensed under the MIT License - see the LICENSE.md file for details