This project is intended to be helpful in relationship between employer and employees by providing system of salary payment.
- clone it
- copy
.env.exampleto.envand fill it with relevant data - run
docker-compose up
if you want to run this project locally:
- clone it
- copy
.env.exampleto.envand fill it with relevant data - create local mssql database, create user with password, grant all privileges to this user
- fill
SQLALCHEMY_DATABASE_URLinapp/core/config/db_config.pywith relevant data - run
uvicorn app.main:app