User Management and Todo App - Backend

Backend for Todo app, a Web App which will serve as a hub to store all the todos task along with user management features.


Features

  • Users can create and delete their todos task.

  • Users can either log into the app using username and password [JWT Token] or they can use metamask wallet for the same.


Usage

To setup project locally, fork the repository.

# Install Packages
npm i

# Build Script
npm run build

# Run the server
npm start

Author: Anish Mittal