This is a simple todo web app I made that supports login/register.
- Register/Login
- Add a task
- Delete a task
- Edit a task
- Install all dependencies using npm install
- Create a .env file and paste this:
PORT=ThePortNumberGoesHere
SESSION_SECRET=YourSessionSecretGoesHere
MONGO_URI=YourMongoURIGoesHere
Fill in your own data and you are done.