Skip to content

The backend code from a Hackathon (Kingdom Code) in October 2021. The project was in cooperation with an organisation who wanted a proof of concept and a procurable spec for an app which would link up cultural experts and users from around the world.

Notifications You must be signed in to change notification settings

brianmaksy/intercultural-hub-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows 
1. Create your project folder. 
2. Open up terminal and cd to project folder. 
3. Create venv with the following commands:
- python -m venv env 
- env\Scripts\activate
(Project folder should now appear before the file path, i.e. (env) C:\Users\...
- pip install flask 
- pip install geopy 
- set FLASK_APP=application.py

4. To run flask, run:
- flask run 
or:
- python application.py

4. To enter into development mode, run:
- set FLASK_ENVIRONMENT=development 

About

The backend code from a Hackathon (Kingdom Code) in October 2021. The project was in cooperation with an organisation who wanted a proof of concept and a procurable spec for an app which would link up cultural experts and users from around the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages