Install packages:
npm install jwt-decode
npm install react-google-login
npm install @react-oauth/google
pip install certifi
you can also install all the dependencies by doing npm install in the mender folder and pip install -r requirements.txt
Navigate to the "mender-django" folder within the app and run:
pip install -r requirements.txt
Open two terminals:
-
One at the "mender-django/djangoProject" folder and run:
python3 manage.py runserver -
One at the "mender" folder and run:
npm start -
Find the project at localhost:3000/3001. This should be a local application
-
We used the following resources in our project
https://www.youtube.com/watch?v=hn80mWvP-9g&pp=ygUOcmVhY3QgdHV0b3JpYWw%3D https://www.youtube.com/watch?v=roxC8SMs7HU&pp=ygUOcmVhY3QgdHV0b3JpYWw%3D https://www.youtube.com/watch?v=Dorf8i6lCuk&t=12440s&pp=ygUOcmVhY3QgdHV0b3JpYWw%3D