Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olafswan/node-rest-api
REST API built with Node.js, Express, & MongoDB
https://github.com/olafswan/node-rest-api
api api-rest expressjs mongodb mongoose nodejs
Last synced: 8 days ago
JSON representation
REST API built with Node.js, Express, & MongoDB
- Host: GitHub
- URL: https://github.com/olafswan/node-rest-api
- Owner: olafswan
- Created: 2024-04-23T18:59:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T15:48:23.000Z (7 months ago)
- Last Synced: 2024-04-25T16:54:23.190Z (7 months ago)
- Topics: api, api-rest, expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://youtu.be/fgTGADljAeg
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build A REST API With Node.js, Express, & MongoDB [📺](https://youtu.be/fgTGADljAeg)
#### by Kyle from [Web Dev Simplified](https://www.youtube.com/@WebDevSimplified) YouTube channel### 🧠Concepts Covered:
- Setting up an Express server
- Configuring MongoDB with Mongoose
- Creating a model in Mongoose
- How to create RESTful API routes
- Returning JSON from a Node.js API
- How to handle API errors and validation
- How to properly use and return HTTP status codes