A simple yet fast and powerful API built on the top of Slim PHP framework.
- PHP
- Slim PHP
- MySql
- Clone the Project or download zip file.
- Navigate to the project root directory.
- Install Composer dependencies by running
compooser install
orcomposer update
- Finally, serve the project by running the default php server
php -S localhost:8080 -t public/
Wohooo 🎉! You're all setup.