RICA
Remote Intensive Care App
This Repo will be used by some "ultra pro max lite" minecraft players to build our 1st semester group project
How to Run:
Running the development server app:
-
Using
flask run
[DEVELOPMENT SERVER ONLY] -
Manually from python [DEVELOPMENT SERVER ONLY]
- again, in directory, run
python -m __init__
orpython -m app
- Alternatively, you can run them from the repo's root directory, by opening the terminal in RICA
and executingpython -m Back_End.app
orpython -m Back_End.__init__
- again, in directory, run
Running the production server [RECOMMENDED]
- Open terminal in repository root
- Run the following:
waitress-serve --call "Back_End:create_app"
- A production server will start automatically now
[PS: you might want to run the production server instead]