REST API for a blog
- Docker
docker compose up -V
After that run the following command
docker exec -it starter_nestjs bash
Inside the container run
pnpm run migrate && pnpm run seed:all
If something weird happens you can run
pnpm run seed:undo:all && pnpm run migrate:undo:all && pnpm run migrate && pnpm run seed:all
- Visit the API documentation on
http://localhost:3000/api
- Visit the frontend on
http://localhost:5173/