https://github.com/scriptex/node-rest-example
An example REST API with NodeJS and MongoDB
https://github.com/scriptex/node-rest-example
express mongodb nodejs rest-api
Last synced: 10 months ago
JSON representation
An example REST API with NodeJS and MongoDB
- Host: GitHub
- URL: https://github.com/scriptex/node-rest-example
- Owner: scriptex
- License: mit
- Created: 2018-07-16T12:04:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T14:56:17.000Z (10 months ago)
- Last Synced: 2025-04-10T04:05:18.200Z (10 months ago)
- Topics: express, mongodb, nodejs, rest-api
- Language: TypeScript
- Homepage: https://atanas.info/portfolio/open-source/node-rest-example
- Size: 2.62 MB
- Stars: 4
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/scriptex/node-rest-example)
[](https://github.com/scriptex/node-rest-example/actions?query=workflow%3ABuild)
[](https://www.codacy.com/gh/scriptex/node-rest-example/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/node-rest-example&utm_campaign=Badge_Grade)
[](https://codebeat.co/projects/github-com-scriptex-node-rest-example-master)
[](https://www.codefactor.io/repository/github/scriptex/node-rest-example)
[](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
[](https://github.com/scriptex/node-rest-example/)
# Node REST Example
> An example REST API with NodeJS and MongoDB
## Visitor stats




## Code stats





## Prerequisite
This REST API example assumes that you have NodeJS and MongoDB installed.
If not, install them and proceed.
## Usage
```sh
npm i # or yarn
# in a separate terminal window/tab run
npm run db
# in a separate terminal window/tab run
npm dev # or yarn dev
# Test
npm test # or yarn test
# Build
npm run build # or yarn build
```
## License
MIT
---
Connect with me:
---