Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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