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.
To follow these instructions, you will need:
- Docker installed
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
Now you can call the application using the following url:
Copy http://localhost:49160/ into a browser
- Developing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT license. Copyright (c) 2020, Ali T.