This is a simple django project that stores and provides Funds investment related history data.
- python3
- venv (virtual environment)
- pip3
- create a virtualenv
envand activate by running `source env/bin/activate/ pip install -r requirements.txtto install all dependencies in virtual env.python manage.py makemigrations&python manage.py migrateto create and migrate db related data to sqllite3.python manage.py feedto populate NAV history data into db tables -python manage.py runserverto start the development server.
-Once the development server starts, go to the angular investapp angular project and run it to access http://localhost:4200/test