for running the backend server go inside the backend directory and run python3.8 manage.py runserver Next go to this site to access the admin page for django and handle the databases. http://127.0.0.1:8000/admin/
for frontend go inside the directory frontend run npm install run npm start and you'll be redirected to the react website.