Skip to content

PayalSasmal10/ToDo-FullStack

Repository files navigation

This project is for tracking your task 😃

This project is hosted at heroku.🤩

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/PayalSasmal10/ToDo-FullStack.git

Steps to run the frontend code of this repo.

  1. Execute npm i. This you need to do initially only.
$ npm i
  1. Execute npm start in terminal to run the code on your browser.
$ npm start

Steps to run the backend code of this repo

  1. Install the requirements:
pip install -r requirements.txt
  1. Finally, run the development server:
python manage.py runserver

License

The source code is released under the MIT License.

Contributing

If you are contributing please check the Contributing file before raise the PR.