VASInvest

Project for my sister

I want to show my sister how investments work. How to start investing at 15 to gain financial independence as early as possible.


This is the backend for the service.


To start

  1. pip install -r requirements.txt
  2. Create .env by cp .env.Example .env
  3. uvicorn main:app
  4. Create SU by python create_su.py

To test

  1. pytest --cov="."

Preparing new code

  1. flake8 .
  2. black .
  3. isort .