This is a simple project that was done using Django and React to practice fullstack development.
- React
- Bootstrap 4
- Reactstrap
- Django
- Django-Rest-Framework
- Django-cors-headers
- Axios
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