Skip to content

This is a simple project that was done using Django and React to practice fullstack development.

Notifications You must be signed in to change notification settings

jnassula/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo-List

This is a simple project that was done using Django and React to practice fullstack development.

2022-04-17-20-00.png

Tools

Frontend

  • React
    • Bootstrap 4
    • Reactstrap

Backend

  • Django
    • Django-Rest-Framework
    • Django-cors-headers
    • Axios

How to use

After cloning, you need to prepare a secure environment. For this I recommend using virtualenv.

Run:

python3 -m venv <your_venv>

After that, you must install all dependencies you need.

For the backend, run:

pip install django

For the frontend, run:

yarn install

About

This is a simple project that was done using Django and React to practice fullstack development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published