CodeWithSouma / To-Do-List

A simple javaScript based web application.

Home Page:https://still-mesa-29204.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do-List

A simple javaScript based web application you can use it to manage to-do-list

Setup

Make sure to follow all these steps exactly as explained below. Do not miss any steps or you won't be able to run this application.

Install MongoDB

To run this project, you need to install the latest version of MongoDB Community Edition first.

https://docs.mongodb.com/manual/installation/

Once you install MongoDB, make sure it's running.

Clone the repositories

USING HTTPS

git clone https://github.com/CodeWithSouma/To-Do-List.git

USING SSH

git clone git@github.com:CodeWithSouma/To-Do-List.git

Install the Dependencies

Next, from the project folder, install the dependencies:

npm i

Start the Server

node app.js

This will launch the Node server on port 3000. If that port is busy, you can set a different port in app.js.

Open up your browser and head over to:

http://localhost:3000/

You should see the to-do-list. That confirms that you have set up everything successfully.

If you want to create your custom list for example work list you have to pass a parameter like this

http://localhost:3000/work

About

A simple javaScript based web application.

https://still-mesa-29204.herokuapp.com/

License:Apache License 2.0


Languages

Language:JavaScript 60.9%Language:HTML 22.2%Language:CSS 16.9%