BLOG API
Simple Blog Api displaying CRUD funtionalities using Laravel and mysql
- To clone this repository, use "https://github.com/Tobi2612/fintech.git".
- Run 'composer install' to install all dependencies.
- Copy the .env.example to your .env file.
- Create a database on your local sql database to tally the database name in the .env file.
- Run 'php artisan migrate' to run database migrations.
- Api routes can be found in ./routes/api.php .
- Run 'php artisan serve' to test the api.