Skip to content

ResearchComputingServices/permafrost-api

Repository files navigation

@version 1.0

@author Sergiu Buhatel sergiu.buhatel@carleton.ca

Installation and running steps:

Step 1 - Download and install Python 3.7.4 64-bit https://www.python.org/downloads/windows/

Step 2 - Install virtualenv pip install virtualenv

Step 3 - Create a virtual environment using virtualenv cd c:\development\flask-seed mkvirtualenv -a . -p "C:\Users\sergiubuhatel\AppData\Local\Programs\Python\Python37\python.exe" env

Step 4 - Activate the virtual environment workon cd c:\development\flask-seed workon env

Step 5 - Install dependencies into the current active virtual environment pip install -r requirements.txt

Step 6 - See what dependencies are currently installed pip freeze

Step 7 - Create the database schema python flask_seed_api\make_db.py

Step 8 - Launch the server python app.py

Step 9 - Run in a browser http://127.0.0.1:5002/flask_seed_api/ http://127.0.0.1:5002/flask_seed_api/career-opportunities

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages