Skip to content

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

Notifications You must be signed in to change notification settings

YuriFarias741/Todo-Listing-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published