An open API service indexing awesome lists of open source software.

https://github.com/ims94/laravel_playground

The prototype project of Software Engineering Module of Semester 4
https://github.com/ims94/laravel_playground

Last synced: over 1 year ago
JSON representation

The prototype project of Software Engineering Module of Semester 4

Awesome Lists containing this project

README

          

===================================================================================================================

Important facts to consider when building

==================================================================================================================

1. Each model should have protected fields(as in User model)specifying the table, primary key and whether it is
incrementing in the table.

2. run a composer update when pulling from heroku.

3. Once pulled, run "php artisan migrate" to create the database tables. Make sure a database in the name 'sms' is created
in the localhost