Skip to content

hcp-uw/barcode-scanning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • bash
  • python3
  • node.js

Setup

To setup the app run the following script:

bash ./setup.sh

Running Backend

To run the backend run the following command from the backed folder:

# Mac/Linux
source venv/bin/activate    # activate venv
python3 main.py             # run server

# Windows
venv/Scripts/activate   # activate venv 
py main.py              # run server

Running Frontend

To run the frontend run the following command from the frontend folder:

npm start

To run the frontend locally in Web mode:

npm run web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from hcp-uw/base-repo