Skip to content

This is the web server for our software architecture class project

Notifications You must be signed in to change notification settings

haendd/SOAR-Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Info

  • This projected was created by group 1 in SE 3810 031 Winter Quarter 2/14/2020
  • The project is a flask app that has an api call at /api/V1.0/get_building_info/. This api call takes in a building name as the string and returns the json object of the building or building not found

Steps to Run webserver in pycharm on windows

  1. Open the entire project folder in pycharm

  2. In the pycharm terminal run the command: py -m venv webserver_env

  3. In the same terminal run the command: .\webserver_env\Scripts\activate

  4. then run pip install -r requirements.txt

  5. add the virtual environment as the project interpreter

    • under file -> settings -> Project -> Project interpreter
  6. create a run configuration with project interpreter and the app.py as the script

About

This is the web server for our software architecture class project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages