Study fullstack project made in Django, ReactJS and Bootstrap.
1 - To run the application, clone the repository and install the python dependencies with a virtual environment of your choice.
$ cd backend/
$ pip install -r requirements.txt
2 - Install node dependencies:
$ cd frontend/
$ pnpm install
3 - Run backend and frontend:
$ python manage.py runserver
and $ pnpm run dev