Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
/ ToDo_Node Public archive

A simple ToDo application built on Node.js

Notifications You must be signed in to change notification settings

eberdellima/ToDo_Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js ToDo list

This application is a simple ToDo list built on Node.js ( Express + MongoDB ) as the server-side and the client-side built with Handlebars.js

Configurations

Before you start using the application, you need to set up your personal configurations.

The configurations for the app are located at the .env folder located in the root directory (If not included create the .env file). You must provide a port number and the url for the Mongo database

Example .env

PORT=8080
DB_URL='mongodb://localhost:27017/todo_node'

Before running

Make sure that your MongoDB instance is running.

If you are using linux use the command

sudo service mongod start

Run the app

To run the app run the command,

npm install
npm run dev

Contributors

About

A simple ToDo application built on Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published