Skip to content

Todo App With Login System, Built using MongoDB , Express.js , and Node.js

Notifications You must be signed in to change notification settings

fawwaz37/todo-express-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List App

Todo App With Login System, Built using MongoDB , Express.js , and Node.js

Demo App: https://zekais-todo.herokuapp.com/

Installation

Cloning this repo

> git clone https://github.com/fawwaz37/todo-express-mongodb.git
> cd todo-express-mongodb

Editing the file

Edit the required value in folder controllers file config.js.

module.exports = {
    port: '3030', // http://localhost:3030 
    dbURI: 'mongodb+srv://xxx' 
}

port: PORT localhost.

dbURI: your MongoDb URI.

How to Get Mongodb URI

  1. Sign In Mongodb
  2. Create a Database.

  1. Create Free Cluster.
  2. Choose Cloud Provider & Region.
  3. Select Connect.
  4. Add a Connection IP Address.

  1. Create a Database User

  1. Choose Connect Your Application
  2. Change <password> with Your Password Database User step 7

Installing the dependencies

> npm install

Running App

> npm start

Then Browse http://localhost:3030 . You will see the Homepage.