Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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