Small project focused on creating a REST API for file upload and user access, and an windows app to consume this service. Used as a technical appraisal by a company that ended up not hiring me.
- python3
- python-virtualenv
- python-pip
In your terminal:
- Create a VirtualEnv:
virtualenv PySide-HUG\
- Navigate into it:
cd PySide-HUG\
- Activate the env source to your terminal:
.\Scripts\activate
- Clone the repository:
git clone https://github.com/JGabrielGruber/PySide-HUG.git
- Navigate into the project folder:
cd PySide-HUG\
- Install the requirements:
pip install -r requirements.txt
This project use TAB(not space) of the size 4.
In your terminal, and inside the project folder:
- Navigate to the api src folder:
cd api\
- Start the hug server:
hug -f app.py
In your terminal, and inside the project folder:
- Navigate to the app src folder:
cd app\
- Start the App:
python app.py