Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 440 Bytes

File metadata and controls

25 lines (16 loc) · 440 Bytes

Custom rest framework

Core, Sign in and sign up actions, json middleware, user entity, request data validators, user entity and repository, migrations and database config.

How to test

Run the development server:

docker-composer up --build

When everything is running, run migrations by the following command:

docker-compose exec php-fpm php bin/migrate.php

Test:

curl http://127.0.0.1:8000/