A todo application to keep track everything in one place. Just list all the tasks, so you get it out of your head and enjoy your peace of mind along the way.
- HTML
- Bootstrap 4
- JavaScript
- Node
- Express
- MongoDB
- Authentication & Security
- Heroku
Visit the live preview.
Clone the repository, change to the directory, and use npm to install dependencies.
$ git clone hhttps://github.com/genesisgabiola/todo-app.git
$ cd todo-app
$ npm install
- Add
.env
file to your main folder, then add these with your own values (exept for theSECURITY_PASSWORD
value);
CONNECTION_STRING=
SECURITY_PASSWORD=Basic dXNlcjpwYXNzd29yZA==
- Run node server and watch for any changes.
$ npm run watch
-
Open your browser and launch the website at localhost:3000.
-
Enter the Username and Password
Username: user
Password: password
Any queries, suggestions, issues to report or critics are welcome :) You can freely connect to me.