Preferred NestJS, it has more readable and predictable code,
also it built upon Express engine, however if needed, can be built upon Fastify in main.ts await NestFactory.create
git chekout main
- default branch
git chekout feature/rxjs-middleware
docker compose up -d
docker exec -it backend bash
and then runyarn migration:run
or run
make run
- start and up all containersmake migrate_db
- run DB migrations
stop containers
make down
- stop all containers
DB migrate
migrate_db
- run migrations
tests
make test
- run unit tests
cd backend
from rootyarn install
cd frontend
from rootyarn install