/boker-api

back end for haykkh/boker

Primary LanguagePython

boker-api

back end for haykkh/boker

languagelanguagelanguage

Back end RESTful API for boker written with FastAPI and deployed using Docker. ⚡

📦 Installation

📋 Clone repo

git clone https://github.com/haykkh/boker-api.git

cd boker-api

⬇️ Direct download

boker-api-master.zip

🚀 Usage

🦄 Developing with Uvicorn

uvicorn boker_api:app --reload

⚓ Docking

docker build -t boker-api-image .

docker run -d -p 80:80 boker-api-image

🎼 docker-compose

🔨 dev
docker-compose up
🍔 production
docker-compose -f docker-compose-prod.yml up

📝 Contributing

  1. Fork it (https://github.com/haykkh/boker-api/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

👨🏻 Meta

Hayk Khachatryan – hi@hayk.io

github.com/haykkh