Skip to content

antonoeschmidt/react-flask-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online POS replacement

Running backend

pip install -r requirements.txt
python init_db.py
export FLASK_APP=app.py
export FLASK_DEBUG=true
flask run

Running frontend

cd client
npm i
npm start

Run with docker-compose

Provide a .env with the following variables and their values:

  • ROOT_DIR
  • TABLE_NAME
  • DATABASE_FILE
  • REACT_APP_BACKEND

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published