Skip to content

Intelligent finance app based on Barefoot Investor.

Notifications You must be signed in to change notification settings

CodeStreet-ai/ajo

Repository files navigation

Ajo

Intelligent finance app based on Barefoot Investor.

Development


1. clone the git repo:

git clone git@github.com:CodeStreet-ai/ajo.git

2. Change directory to ajo:

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.

3. Create your branch:

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>

4. Install dependences:

make install

5. Run Local Test


make tests

6. Run Local Test and Quality check


make quality

7. Remove pycache on local branch


make clean

8. Run the app on local computer:

make app-start

9. Copy below links to your browser (Chrome):

To see index page:

http://localhost:8000   

To see login page:

http://localhost:8000/login

To see home page:

http://localhost:8000/home