storage-manager-api is a REST API developed with the Lumen PHP Framework. The goal of this personal project is to learn every subtlety of REST API and BACK-END services. When the development of this API will be finished, i will start developing the FRONT-END in ANGULAR (the framework can change).
This REST API allows to manage a little store.
If you want to comment or improve my work, I will be happy to converse with you!
- JWT authentication
- Documentation
composer install: install dependencies of the projectphp artisan migrate: migrate the sql schema (don't forget to configure the .env)php artisan db:seed: create false data in the DataBasevendor/bin/phpunit: launch unit testsphp -S localhost:8000 -t public: launch the application on localhost:8000
Documentation for the framework can be found on the Lumen website.
Documentation of the app will be add soon.
Contributions are welcome!
If you discover a security vulnerability or bugs within this REST API, please create an issue.
The Lumen framework is open-sourced software licensed under the MIT license.