Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skoprek/nest-js-demo
Demo API using Nest.js framwework. A imaginary restaurant
https://github.com/skoprek/nest-js-demo
nest-js type-script
Last synced: 6 days ago
JSON representation
Demo API using Nest.js framwework. A imaginary restaurant
- Host: GitHub
- URL: https://github.com/skoprek/nest-js-demo
- Owner: SKoprek
- Created: 2023-11-27T10:54:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-27T10:57:33.000Z (12 months ago)
- Last Synced: 2024-11-14T07:47:30.845Z (6 days ago)
- Topics: nest-js, type-script
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Example
Demo API using Nest.js framwework
**Startup command**
``npm run start:dev``TODO if needed:
Add image assets
Pagination
Export to txt and CSV## Setup notes
[Documentation](https://docs.nestjs.com/cli/overview)
``npm i -g @nestjs/cli``
``nest new general-project``
``npm i``
``class-validator class-transformer typeorm @nestjs/typeorm sqlite3 @types/multer @nestjs/serve-static``