Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mapledevjs/crm-backend
- Owner: mapleDevJS
- Created: 2021-05-17T13:25:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:04:35.000Z (2 months ago)
- Last Synced: 2024-09-14T03:42:12.454Z (2 months ago)
- Topics: babel, expressjs, mongodb, mongoose, nodejs, nodemon
- Language: JavaScript
- Homepage:
- Size: 542 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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