This project is a simple REST API using Laravel, the purpose to fill forum discussion in Binus University with major web programming. It has 4 endpoints:
-
Get User http://localhost:8000/api/users
-
Register http://localhost:8000/api/register
- Clone this project
- Run
composer install
- Create database and config it in .env file
- Run
php artisan migrate
- Run
php artisan serve
- Open
localhost:8000
in your browser or postman