Skip to content

LeddaZ/todo-backend

Repository files navigation

todo-backend

To-Do list API written in TypeScript.

How to run this

Make sure you have Git, Node.js and MongoDB installed.

This has been tested on Node 20 LTS.

git clone https://github.com/LeddaZ/todo-backend
cd todo-backend
# Rename .env.example to .env and fill in the MongoDB
# connection string, port and JWT secret;
# If you're deploying the app in production, set
# NODE_ENV=production to disable Mongoose debugging
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published