Skip to content

backend that runs the pos-detection and provide rest-api to frontend

Notifications You must be signed in to change notification settings

Tem-P/Backend-Flask-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup

  1. Clone this repository
  2. Create proj_dir and make sure terminal is in proj_dir
  3. Create venv on python using: python3 -m venv env
  4. Now activate venv with command:
    • Linux: source env/bin/activate
    • Windows: env\Scripts\activate.bat
  5. Run this command to install all current requirements: pip install -r requirements.txt
  6. Run python3 manage.py run to start the server

About

backend that runs the pos-detection and provide rest-api to frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages