Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pernillasterner/restful-api-for-subscribers
This project is a RESTful API built using Node.js, Express, and MongoDB. The API serves as a backend system for managing subscriber information. It provides endpoints for creating, reading, updating, and deleting subscriber data.
https://github.com/pernillasterner/restful-api-for-subscribers
async-await dotenv express mongodb mongoose nodejs nodemoon rest-api
Last synced: about 1 month ago
JSON representation
This project is a RESTful API built using Node.js, Express, and MongoDB. The API serves as a backend system for managing subscriber information. It provides endpoints for creating, reading, updating, and deleting subscriber data.
- Host: GitHub
- URL: https://github.com/pernillasterner/restful-api-for-subscribers
- Owner: pernillasterner
- Created: 2024-03-17T14:24:18.000Z (11 months ago)
- Default Branch: development
- Last Pushed: 2024-03-17T20:52:51.000Z (11 months ago)
- Last Synced: 2024-11-05T15:43:36.635Z (3 months ago)
- Topics: async-await, dotenv, express, mongodb, mongoose, nodejs, nodemoon, rest-api
- Language: JavaScript
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Description
This project is a RESTful API built using Node.js, Express, and MongoDB.
The API serves as a backend system for managing subscriber information.
It provides endpoints for creating, reading, updating, and deleting subscriber data.## Getting Started
To get you started you can simply clone the repository:
```
git clone https://github.com/pernillasterner/REST-API
```and install the dependencies. This command will download and install all the required packages specified in the package.json file.
```
npm install
```#### MongoDB
The project uses MongoDB as a database. If you are on Mac and using Homebrew package manager the installation is as simple as `brew install mongodb`.
### Run the Application
The project is preconfigured with a simple development web server. The simplest way to start this server is:
npm run devStart