Skip to content

caiolul/cbank-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published