Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonylee1994/todo-list-backend-demo
Todo List Back-end Demo with Nestjs
https://github.com/anthonylee1994/todo-list-backend-demo
jest nestjs nodejs sqlite typeorm typescript
Last synced: 12 days ago
JSON representation
Todo List Back-end Demo with Nestjs
- Host: GitHub
- URL: https://github.com/anthonylee1994/todo-list-backend-demo
- Owner: anthonylee1994
- Created: 2018-04-19T19:12:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T19:13:22.000Z (over 6 years ago)
- Last Synced: 2024-11-07T20:23:33.595Z (2 months ago)
- Topics: jest, nestjs, nodejs, sqlite, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO List Back-end
## How to Start the Back-end Server
Please start this Node.js back-end server first.
```
npm install
npm run start:prod
```