Skip to content

A Simple Todo App built with Node.js, Express, and MongoDB allows CRUD operations on todos via a RESTful API. It includes unit and integration testing using Jest and Supertest to ensure functionality and reliability.

Notifications You must be signed in to change notification settings

fowziya01/simple-todo-app-with-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-todo-app-with-tests

How to Run the App

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Set up your .env file using .env.example
  4. Run the app using npm run dev
  5. Access the app at http://localhost:5000

How to Run Tests

  1. Ensure MongoDB is running
  2. Run tests using npm test

Environment Variables

About

A Simple Todo App built with Node.js, Express, and MongoDB allows CRUD operations on todos via a RESTful API. It includes unit and integration testing using Jest and Supertest to ensure functionality and reliability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published