Skip to content

nikoladevelops/TaskManager

Repository files navigation

TaskManager

This is a simple todo web app I made that supports login/register.

Features

  • Register/Login
  • Add a task
  • Delete a task
  • Edit a task

How do I run this?

  • 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.