Skip to content

Basic todo list application implemented with node js.

Notifications You must be signed in to change notification settings

abdelalitouil/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Node.js Todo list application

This is a basic todo list application implemented with node js. If you have any question or suggestion, mail me (touil.abdelali@outlook.com).

It integrated the following frameworks and middlewares:

  • Body-parser: Node.js body parsing middleware.
  • Cookie-session: Simple cookie-based session middleware.
  • EJS: Embedded JavaScript templates.
  • Express: Fast, unopinionated, minimalist web framework.

Prerequisites

To follow these instructions, you will need:

  • Docker installed

Getting Started

Go to the directory and run the following command to build the Docker image:

docker build -t <username>/todo-list .

Run the docker image:

docker run -p 49160:8080 -d <username>/todo-list

Usage

Now you can call the application using the following url:

Copy http://localhost:49160/ into a browser

Status

  • Developing

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT license. Copyright (c) 2020, Ali T.

About

Basic todo list application implemented with node js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published