Online Timer
This website is build in node js using the framework Express and using a MongoDB.
Installation:
- docker-compose up -d
- docker-compose exec -u root node bash
- Execute npm init for init the project
- Execute npm install express
- Execute npm install express-generator -g
- Execute express --view=pug
- Execute npm install cookie-parser
- Execute npm install -g nodemon
- Execute npm install -g mongodb
- To run your application esecute nodemon
- Open in your browser http://localhost:8001/