Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hc0503/node-users-demo-api
Backend users demo using NodeJS
https://github.com/hc0503/node-users-demo-api
demo expressjs nodejs typescript
Last synced: 4 months ago
JSON representation
Backend users demo using NodeJS
- Host: GitHub
- URL: https://github.com/hc0503/node-users-demo-api
- Owner: hc0503
- Created: 2021-04-22T00:58:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T10:12:38.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T11:27:05.765Z (4 months ago)
- Topics: demo, expressjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# API for users demo
## How to run
```
$ npm install
$ npm run dev # run for developer
$ npm run build # run build for production
```