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

https://github.com/anas-ambalavan/todo-app-backend

A Node.js Backend for todo-app
https://github.com/anas-ambalavan/todo-app-backend

mongodb nodejs

Last synced: 3 months ago
JSON representation

A Node.js Backend for todo-app

Awesome Lists containing this project

README

        

# todo-app-backend

> Backend for todo-app: https://github.com/anas-ambalavan/rn-todo-app

## Quick Start

``` bash
# Install dependencies
npm install
npm install -g nodemon

#Configure
Create a .env file and insert your credentials:
MONGODB_CONNECTION_STRING="mongodb+srv://:@cluster0.ake7y.mongodb.net/?retryWrites=true"
SECRET_KEY=

#Run Command
nodemon server
```