Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpouyam/bitex


https://github.com/mpouyam/bitex

Last synced: 16 days ago
JSON representation

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