A resource snap service powered by NestJS.
npm install
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
By default, the API documentation is available at:
- Swagger UI:
http://localhost:3000/docs
- OpenAPI Spec:
http://localhost:3000/docs-json
See .env.example
for all available configuration options.