First, run the development server:
pnpm dev
api endpoints are exposed on http://localhost:3000.
Usage please refer to postman collection.
This app is developed following the 12 Factor App.
- Write better code than when you find it
- Inversion of Control for ease of testing
- Try to add test coverage as you go
- General clean code habbits