erinkelsey / todoapp-nodejs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 63.6%Language:CSS 20.8%Language:HTML 15.6%