Skip to content

jdobes/lunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunch

Components

  • API - Python app running on port 8000
  • Web - React app, served by the Python webserver

Build and run

# Build React app assets first
./build_web.sh
podman build -t localhost/jdobes/lunch:latest .
podman run --rm -p 8000:8000 localhost/jdobes/lunch:latest

Using

Frontend Development

# Re-install dependencies and re-generate lock file
rm -rf node_modules package-lock.json
npm install

# Run the API
podman run --rm -p 8000:8000 localhost/jdobes/lunch:latest
# Start node devel server
npm start

About

Red Hat Brno Lunch Picker

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 10