Skip to content

๐Ÿ“ Todo list app with Node.js, Express, EJS (Embedded Javascript templates), and MongoDB

Notifications You must be signed in to change notification settings

erinkelsey/todoapp-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Todo List App

Add items to your main todo list or your work todo list. Implemented with Node.js, Express, EJS, and MongoDB.

Hosted example with Heroku and Mongo Atlas:

Main list: https://polar-eyrie-33275.herokuapp.com/

Create other lists: https://polar-eyrie-33275.herokuapp.com/:listname

Install

$ npm install

Setup

Create a .env file in the main folder, containing the connection string for your MongoDB. For example, use the following for local connections:

MONGODB_SRV_ADDRESS=mongodb://localhost:27017/todolistDB

Run

$ npm start

EJS (Embedded JavaScript Templates)

Getting started: https://ejs.co

About

๐Ÿ“ Todo list app with Node.js, Express, EJS (Embedded Javascript templates), and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published