Skip to content

soroush-habibi/ToDoList-with-Express.js

Repository files navigation

ToDoList with Expess.js framework

You can manage your tasks with this web application.
This app work without refreshing or redirecting.everything heppens with AJAX system.


Installation

First you should install node.js on your system in debian linux you can type below command to install node.js
sudo apt install node

Now clone this package on your system:
git clone https://github.com/soroush-habibi/ToDoList-with-Express.js.git
or download it directly
Now open your terminal in source folder and execute below command:
npm install

How to use this package?

Type below command in terminal:
node index
Now Web Server is running on 3000 port by default.you can change port in ".env" file.now open below link in your browser:
localhost:3000
You can also use loopback address