Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ PySide-HUG Public archive

Small project focused on creating a REST API for file upload and user access, and an windows app to consume this service.

License

Notifications You must be signed in to change notification settings

JGabrielGruber/PySide-HUG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySide-HUG

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.

Implementation

Requirements

  • python3
  • python-virtualenv
  • python-pip

Install

In your terminal:

  1. Create a VirtualEnv:
virtualenv PySide-HUG\
  1. Navigate into it:
cd PySide-HUG\
  1. Activate the env source to your terminal:
.\Scripts\activate
  1. Clone the repository:
git clone https://github.com/JGabrielGruber/PySide-HUG.git
  1. Navigate into the project folder:
cd PySide-HUG\
  1. Install the requirements:
pip install -r requirements.txt

Observation

This project use TAB(not space) of the size 4.

API usage

In your terminal, and inside the project folder:

  1. Navigate to the api src folder:
cd api\
  1. Start the hug server:
hug -f app.py

APP usage

In your terminal, and inside the project folder:

  1. Navigate to the app src folder:
cd app\
  1. Start the App:
python app.py

About

Small project focused on creating a REST API for file upload and user access, and an windows app to consume this service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages