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

https://github.com/ebenjs/keep-backend


https://github.com/ebenjs/keep-backend

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Keep Backend

Backend of the open source note keeping project.

---
## Stacks used
MongoDB database
Express Framework

## Install
- Clone this repository
```bash
git clone https://github.com/ebenezer10/keep-backend.git
```
- Install dependencies
```bash
npm install
```
- Recreate .env

You must create a ```.env``` file at the root of the project based on the ```.env.example``` file.

- Run tests
- Launch server

Before launching server ensure that ```mongod``` service is started and running properly.
```bash
DEBUG=myapp:* npm start --watch
```

## Contributing

Before contributing to this project, read [CONTRIBUTING.md](https://github.com/ebenezer10/keep-backend/blob/main/CONTRIBUTING.md)