A simple note managment web application based on PHP+Lumen and AngularJS.
Designed and developed to demonstrate my skills as a developer. The application features an RDBMS, PHP, the PHP framwork "Lumen", and AngularJS.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What you need to install the software and how to install them
- PHP 7.0+
- Lumen
- MySql compatible RDBMS
- npm
Webpack?
npm installSetup database?
Host
php -S localhost:8080 -t publicPHPunit tests
Angular tests
.ENV file?