This App is splited in two parts; The backend made with Django and DRF tool and The Frontend made with React. Both are framework very popular to start learning programming,
To start de app go to the folder backend and run the api serve.
cd backend
python django-admin runserver
after go to the frontend and start the client server.
cd ..
cd frontend
npm start
The backend is running in the localhost:8000 and the frontend is running at localhost:3000