Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 538 Bytes

Todo Application Example

A simple Todo application built with a Yarn monorepo structure, using MongoDB for data storage.”

System Requirements

  • nvm
  • yarn

Installation Steps

  1. Clone the repository to your local machine.
  2. Run the command yarn to install dependencies.

How to Run the Application

  1. Run nvm use to use the required node version
  2. Run yarn start to start application
  3. Access application athttp://localhost:7000

Licensing

This project is licensed under the terms of the MIT License.