- Run
php artisan serve
- Ready to go! Access:
http://localhost:8000
- You should check your PHP configuration (MCrypt, mainly) if you have any issue
- The system was developed with Angular 1.x and Lumen.
- It's a monolithic app with the backend and frontend in the same repo.
- Lumen does not have some layers as Laravel, it tries to make the things simple for API's
- The database is sqlite, for this prototype, there's no need to use other like MySQL, if you need to, all the migrations are versioned.
- The Dependencies were commited to facilited the running. (It should not)
- Backend folder
app/
- Frontend folder
public/
- Improve unit tests
- ES6 and ES7 improvements
- Remove the front and backend dependencies
- This project needs to be updated using new technologies