Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 538 Bytes

Todo-Listing-App

A todo-list app made with a python API (Django Rest Framework) with a basic React.js Front-end

In order to run the whole thing, you need to be sure you have both Node.js and Pipenv installed;

To use this app, first run the backend API: Just access the backend/ folder and run:

pipenv shell

python manage.py runserver

PS: If django isn't found on the environment, just run pipenv install django==2.1

Then,to start the front-end local server, access the frontend/ folder on the root dir and run npm start