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

https://github.com/mohammad-al-refai/notes-app-server

Back-end for Notes-app
https://github.com/mohammad-al-refai/notes-app-server

expressjs mongodb nodejs

Last synced: 3 months ago
JSON representation

Back-end for Notes-app

Awesome Lists containing this project

README

        

## Installation


install

```bash
npm install
```


mongodb configration

- start mongodb server

```bash
sudo systemctl start mongod
```
- create database named "Notes"
- add users collection
- add items collection


start server

```bash
npm start
```

URL: http://localhost:4000