Skip to content

ArpadGBondor/The_App_Brewery-Back-end_project_04-To_Do_List

Repository files navigation

Section 22: EJS

Section 27: Mongoose

Section 28: Putting Everything Together

A back-end program, that can manage multiple To-Do-Lists stored in a database.

  • Mongoose - MongoDB
  • EJS
  • Express
  • Node.js
  • HTML5
  • CSS3

My To-Do-List is not deployed anymore.

How to run: (from terminal)

Clone the repository:

git clone https://github.com/ArpadGBondor/The_App_Brewery-Back-end_project_04-To_Do_List.git

Enter directory:

cd The_App_Brewery-Back-end_project_04-To_Do_List/

Download the missing dependencies from npm:

npm install

Download, install and run MongoDB

https://www.mongodb.com/try/download/community

Create a file named '.env' and set this enviroment variable:

DB_CONNECT=mongodb://localhost:27017/ToDoListDB

Run program:

node app.js

Send get request from browser:

Open: http://localhost:3000

About

Mongoose - MongoDB, EJS, Express, Node.js, HTML5, CSS3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published