TharindaPrabhath / todo-backend

Backend for simple todo app created using node + Express + Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs ExpressJs MongoDb JWT Yarn

Overview

a simple todo app with frontend plus backend. Todo-Frontend Todo-backend

Features

  • User Authentication & Authorization
  • JWT
  • CRUD operations
  • Password hash

Installation

First, run the development server:

npm run start:dev
# or
yarn start:dev

Open http://localhost:5000 with your browser to interact with the platform.

Contributing

Forks are lovely. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Backend for simple todo app created using node + Express + Typescript


Languages

Language:TypeScript 99.7%Language:Shell 0.3%