Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amejiarosario/todoapijs
✅ NodeJS, ExpressJS and MongoDB RESTful API Tutorial
https://github.com/amejiarosario/todoapijs
Last synced: 5 days ago
JSON representation
✅ NodeJS, ExpressJS and MongoDB RESTful API Tutorial
- Host: GitHub
- URL: https://github.com/amejiarosario/todoapijs
- Owner: amejiarosario
- Created: 2014-10-03T12:32:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T16:47:24.000Z (over 2 years ago)
- Last Synced: 2024-10-31T16:49:11.981Z (12 days ago)
- Language: JavaScript
- Homepage: http://adrianmejia.com/blog/2014/10/01/creating-a-restful-api-tutorial-with-nodejs-and-mongodb/
- Size: 2.01 MB
- Stars: 201
- Watchers: 13
- Forks: 155
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Todo
Angular, NodeJS, ExpressJS and MongoDB RESTful API Tutorial.
See [Creating a RESTful API Tutorial](http://adrianmejia.com/blog/2014/10/01/creating-a-restful-api-tutorial-with-nodejs-and-mongodb/) post for more details.# Installation
You just need to install dependencies:
```bash
npm install
```And start the program
```bash
npm start
```