Skip to content

StephanieJoyMills/transupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSS Backend

Build in Python with Flask, Connexion, Anaconda

  • Swagger Documentation at: http://0.0.0.0:8080/api/ui

Set-up

Part 1: Setting Up Your Python Environment

Download Anaconda https://www.anaconda.com/distribution/ Create a new env: conda create -n transupport Hop into new env: conda activate transupport (If using VS Code select the correct interpreter) Install dependencies: pip install -r requirements.text

to see info about packages use: pip show If you require additional dependencies instll using: pip install <package> To updated requirements.text use: pip freeze > requirements.txt

Part 2: Running our api!

cd into /backend/src run python server.py

And were running!

To see the API Swagger Documentation go to http://0.0.0.0:8080/api/ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published