Skip to content

Thomas-Neill/uci-menu-app

 
 

Repository files navigation

APP

Dev instructions

For Linux

Setup an virtual env and install dependencies

Create a new virtual environment

python3 -m venv venv

Load the virtual environment

source venv/bin/activate

Launch backend server

Set environment variable FLASK_APP to app then run flask

export FLASK_APP=app
flask run

Launch backend server

  • cd frontend && python -m http.server

About

Short Introduction to Full Stack Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 47.6%
  • Python 23.2%
  • CSS 14.7%
  • JavaScript 14.5%