API for the WSIZ Virtual University website.
As I graduated WSIZ University now, unfortunately, I won't be able to maintain this project, as I do not have access to the Virtual University anymore. Feel free to fork this repository to continue maintaining it.
-
Python 3.6+
-
FastAPI framework
$ pip install fastapi
-
BeautifulSoup library
$ pip install beautifulsoup4
-
Uvicorn ASGI server
$ pip install uvicorn
$ git clone https://github.com/Teraskull/wsiz-api
$ cd wsiz-api
$ pip install -r requirements.txt
$ cd api
$ uvicorn main:app --reload
Open your browser at http://127.0.0.1:8000/docs.
You will see the automatic interactive API documentation (provided by Swagger UI).
This software is available under the following licenses:
- MIT