back end for haykkh/boker
Back end RESTful API for boker written with FastAPI and deployed using Docker. ⚡
git clone https://github.com/haykkh/boker-api.git
cd boker-api
uvicorn boker_api:app --reload
docker build -t boker-api-image .
docker run -d -p 80:80 boker-api-image
docker-compose up
docker-compose -f docker-compose-prod.yml up
- Fork it (https://github.com/haykkh/boker-api/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Hayk Khachatryan – hi@hayk.io