Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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``