Skip to content

aabeyse1/mender-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mender

To run

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:

  1. One at the "mender-django/djangoProject" folder and run:

    python3 manage.py runserver

  2. One at the "mender" folder and run:

    npm start

  3. Find the project at localhost:3000/3001. This should be a local application

  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors