Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPS_Website

This repo has been updated to work with Python v3.8 and up.

How To Run

  1. Install virtualenv:
$ pip install virtualenv
  1. Open a terminal in the project root directory and run:
$ virtualenv env
  1. Then run the command:
$ source env/bin/activate
  1. Then install the dependencies:
$ (env) pip install -r requirements.txt
  1. The backend is the executable from the code at this repo https://github.com/n-e-sherman/mps.git and the executable must be called 'main' and placed in the code directory.

  2. Finally start the web server:

$ (env) python app.py

This server will start on port 5000 by default. You can change this in app.py by changing the following line to this:

if __name__ == "__main__":
    app.run(debug=True, port=<desired port>)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages