Простой сервис для обработки запросов на бронирование времени. Сервис предоставляет функциональность CRUD
bcrypt
~=4.0.1fastapi
~=0.100.0pydantic
~=1.10.12edgedb
~=1.7.0uvicorn
>=0.15.0,<0.16.0
База данных: edgedb
Для установки без Docker
git clone https://github.com/Igor20264/CRUD_test_task
cd CRUD_test_task
edgedb project init
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000
Warning Docker Временно не поддерживается
Для установки в Docker
echo Erorr
#git clone https://github.com/Igor20264/CRUD_test_task
#docker build -t crud_test CRUD_test_task
#docker run crud_test
- После запуска в докере, открыть Ссылку (http://localhost:8000/docs) или Эту (http://localhost:8000/reboc) для просмотра Api.