Skip to content

disalad/todo-app

Repository files navigation

TODO APPLICATION

screenshot of the project

About The Project

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • nodejs >= 14.17.6
  • yarn = latest

Installation

  1. Clone the repo

    git clone https://github.com/disalad/todo-app.git
  2. Install 3rd party packages

    yarn install
  3. Enter your mongodb uri in an enviroment file in root directory.

    MONGODB_URI = your mongodb uri
  4. Start app in a development server

    yarn dev

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/disalad/todo-app