This repository contains an starter API made with slim framework 3 and uses JWT as a middleware, feel free to clone and use it.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repo to a folder where you want to serve the project After cloning run the following command to install the project dependencies:
composer install
After that you just need to configure .env-template and rename it to .env
- PHP - Main language
- Composer - Package manager
- Slim Framework - The framework used
- MySQL 5.7 - Database used to store data
- Wever Kley - Initial work - GitHub
This project is licensed under the MIT License - see the LICENSE file for details