This is a mini project that I wrote in about 2 days.
-
Install the dependencies
npm install
oryarn install
-
Start docker containers
docker-compose up
A basic SPA for using the api.
- React
- NextJS (for routing and SSR support)
- react-query
A basic REST api to be used by frontend.
- NestJS
- MikroOrm
- MongoDB