189 B
189 B
Exercise
- Run MongoDB
docker-compose up
- Create initial resident
npx nestjs-command create:resident
- Run the application
npm run start:dev
- API is at http://localhost:3000