Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpouyam/bitex
https://github.com/mpouyam/bitex
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpouyam/bitex
- Owner: mpouyam
- Created: 2023-11-21T17:01:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T17:07:43.000Z (about 1 year ago)
- Last Synced: 2024-11-11T08:50:59.453Z (2 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Taking App
A simple note-taking application backend with user authentication and CRUD operations.
## Setup
- Install dependencies:
```bash
npm install
```- Configure MongoDB:
---
Make sure MongoDB is installed and running.Update the MongoDB connection URI in config/config.js.
---
- Run app
```bash
node index.js
```- API Endpoints
```bash
http://localhost:3000/docs/
```- Testing
```bash
npm run test:e2e
```