Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mapledevjs/crm-backend

Discover how to create a simple, RESTful web API with Node.js—the popular JavaScript runtime environment—and the Express web framework.
https://github.com/mapledevjs/crm-backend

babel expressjs mongodb mongoose nodejs nodemon

Last synced: about 7 hours ago
JSON representation

Discover how to create a simple, RESTful web API with Node.js—the popular JavaScript runtime environment—and the Express web framework.

Awesome Lists containing this project

README

        

# CRM-backend
Discover how to create a simple, RESTful web API with Node.js—the popular JavaScript runtime environment—and the Express web framework.
Learn how to set up the project, including the Express server and testing environment, and create the endpoints needed to add, update, and delete data from a MongoDB database.
Learn how to serve static files such as images with your new API.

## Learning objectives
- Setting up a project and a server
- Setting up a database and schema
- Creating POST, GET, PUT, and DELETE endpoints
- Serving files