Api developed with python using the starlette.io framework
Install dependencies
poetry shell
poetry install
Create the .env file with your database and key configuration
database
email and password
hash key
Upgrade database
alembic upgrade head
Run app
uvicorn src.app:app --reload
- add user
- update user
- login
- transfer
- deposit
- withdrawn
- Sending emails when you sign up for the app