Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSIZ API

API for the WSIZ Virtual University website.

CodeFactor

Notice:

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.

Requirements:

  • Python 3.6+

  • FastAPI framework

    $ pip install fastapi
  • BeautifulSoup library

    $ pip install beautifulsoup4
  • Uvicorn ASGI server

    $ pip install uvicorn

Installation:

$ git clone https://github.com/Teraskull/wsiz-api

$ cd wsiz-api

$ pip install -r requirements.txt

$ cd api

$ uvicorn main:app --reload

Documentation:

Open your browser at http://127.0.0.1:8000/docs.

You will see the automatic interactive API documentation (provided by Swagger UI).

License:

This software is available under the following licenses:

  • MIT

About

API for the WSIZ Virtual University website.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages