Intelligent finance app based on Barefoot Investor.
git clone [email protected]:CodeStreet-ai/ajo.gitcd ajoIt 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 installmake testsmake qualitymake cleanmake app-startTo see index page:
http://localhost:8000 To see login page:
http://localhost:8000/loginTo see home page:
http://localhost:8000/home