Intelligent finance app based on Barefoot Investor.
git clone git@github.com:CodeStreet-ai/ajo.git
cd ajo
It is advisable to create python virtual environment for this project. Tool like pyenv and poetry are easy to use to create python env.
Name your branch based on the feature you are working on. For example, Writing ReadMe branch would be called feature/write_readme
:
git checkout -b <your branch name>
make install
make tests
make quality
make clean
make app-start
To see index page:
http://localhost:8000
To see login page:
http://localhost:8000/login
To see home page:
http://localhost:8000/home