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
- Host: GitHub
- URL: https://github.com/mohammad-al-refai/notes-app-server
- Owner: Mohammad-Al-Refai
- Created: 2022-02-03T12:30:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T17:02:11.000Z (over 3 years ago)
- Last Synced: 2025-01-16T09:56:32.215Z (5 months ago)
- Topics: expressjs, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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