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.
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
-
Clone the repo
git clone https://github.com/disalad/todo-app.git
-
Install 3rd party packages
yarn install
-
Enter your mongodb uri in an enviroment file in root directory.
MONGODB_URI = your mongodb uri
-
Start app in a development server
yarn dev
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/disalad/todo-app