Table of Contents
To get a local copy up and running follow these simple steps.
- Create an empty PostgreSQL database.
- Clone the repo
git clone https://github.com/B-Pump/bpump-api.git
- Install PIP packages
pip install -r requirements.txt
- Create a
.env
filetouch .env
- Copy content of
.env.example
file and paste into your new.env
file - Paste after DB_URL your database URL
- Launch the server
uvicorn main:app --reload
Contributions are not welcome as this is a project developed for school Olympiads. However, you can still report bugs if you find any by opening an issue. This would be greatly appreciated !
Distributed under the MIT License. See LICENSE
for more information.
B-Pump: b.pump.project@gmail.com
Org Link: https://github.com/B-Pump