Skip to content

Proof-of-Concept (PoC) Web Application for a Hardware-as-a-Service system (HaaS)

Notifications You must be signed in to change notification settings

srout2021/ECE461L-ProjectNewCopy

 
 

Repository files navigation

Getting Started

Local Development

  • Navigate to /app
  • Activate venv . venv/bin/activate
  • Install python dependencies pip install -r requirements.txt
  • Start the flask server flask --app app run
  • Install react dependencies npm install
  • Start the react server npm start

Deployment

  • Navigate to /app
  • Build the react app npm run build
  • Add new files to heroku
    heroku login
    heroku git:remote -a software-squad-project
    git add .
    git commit -m "my message for heroku"
    git push heroku master

About

Proof-of-Concept (PoC) Web Application for a Hardware-as-a-Service system (HaaS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • Python 24.5%
  • HTML 5.8%
  • CSS 1.2%
  • Procfile 0.1%