My backend solution to StraitPay Software Developer test. The objective is to create a to-do list app using the MERN Stack within specified time frame. The app should allows users to create, edit, and delete tasks.
Backend: Node.js, Express.js, Typescript
Database: Mongodb
ODM: Mongoose
Authentication: JWT Authentication - Access & Refresh Token
Validation: Zod
Clone the project
git clone https://github.com/thejuggernaut01/todo-app-backend.gitGo to the project directory
cd todo-app-backendInstall dependencies
npm installStart the server
npm start