REST server for Angular-course
Copy file .env.default to .env
Run
sudo docker-compose up
Server API:
Registration: POST http://localhost:3000/auth/signup Params:
- password
Sign-In POST http://localhost:3000/auth/login Params
- password
List of Courses GET http://localhost:3000/courses