Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imoamo/note_app
Developed a REST API for a NoteApp using Express, Node.js, and MongoDB. The API supports creating, deleting, and managing notes, offering a robust backend for note-taking functionality.
https://github.com/imoamo/note_app
express mongodb moongose node-js
Last synced: 7 days ago
JSON representation
Developed a REST API for a NoteApp using Express, Node.js, and MongoDB. The API supports creating, deleting, and managing notes, offering a robust backend for note-taking functionality.
- Host: GitHub
- URL: https://github.com/imoamo/note_app
- Owner: imoamo
- Created: 2024-04-27T07:39:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T07:43:23.000Z (4 months ago)
- Last Synced: 2024-07-27T08:46:04.076Z (4 months ago)
- Topics: express, mongodb, moongose, node-js
- Language: JavaScript
- Homepage: https://test-backend-v0ve.onrender.com/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteApp API
## Overview
This project is a REST API for a NoteApp, built using Express, Node.js, and MongoDB. It provides functionality for creating, deleting, and managing notes, serving as a backend solution for a note-taking application.
## Features
- **Create Notes**: Add new notes to the application.
- **Delete Notes**: Remove existing notes.
- **Manage Notes**: Perform CRUD operations on notes.## Technologies Used
- **Backend**: Node.js, Express
- **Database**: MongoDB## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/imoamo/note_app.git
```2. **Navigate to the project directory:**
```bash
cd note_app
```3. **Install dependencies:**
```bash
npm install
```4. **Start the server:**
```bash
npm start
```