Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```