priscilapower / todoist-server

Server side for a basic todoist application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-app

Basic Todoist Clone Project - Backend

Project setup

npm install

Create a .env file based on the example and update the values

PORT=8000
DATABASE_HOST=mongodb://localhost:27017/todoist
NODE_ENV=development

Compiles and hot-reloads for development

npm start

About

Server side for a basic todoist application


Languages

Language:JavaScript 98.1%Language:Shell 1.7%Language:Procfile 0.3%