Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ribborges/tasks-api


https://github.com/ribborges/tasks-api

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tasks api

## Running with npm

Download and install [node.js](https://nodejs.org/en).

Set the .env variable to your MongoDB URI (Variable name: MONGO_URI).

Open your terminal/cmd on the repo directory and run:

```bash
> npm install
```

```bash
> npm run dev
```

[APP repo](https://github.com/ribborges/tasks-app)