Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 914 Bytes

README.md

File metadata and controls

52 lines (44 loc) · 914 Bytes

Api developed with python using the starlette.io framework

Run project

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

Routes in app

  • add user
  • update user
  • login
  • transfer
  • deposit
  • withdrawn

Feature

  • Sending emails when you sign up for the app