Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 961 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 961 Bytes

What is pepe manager API?

Pepe manager API is API for pepe manager, my test project. I have created it to practice fastapi and requests. See it.

Setup

🐧 Linux

At first, download the latest release for linux

  1. Install requirements:

    pip3 install -r requirements.txt
  2. Execute api.py file to create tables in database:

    python3 api.py
  3. And launch the api with using this command:

    unicorn api:app

🪟 Windows

(soon)

Technologies & Frameworks

Credits

Also see a list of contributors