Skip to content

A simple backend-only application where an investor can track and analyze his investments.

Notifications You must be signed in to change notification settings

helidonashabani/loan-cashflow-financing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan & Cash Flow

A simple backend-only application where an investor can track andanalyze his investments.

Commands:

Build Images:

docker-compose build

Start containers:

docker-compose up

Stop containers:

docker-compose down

Create a super user:

docker-compose run --rm app python manage.py createsuperuser

Migrate

docker-compose run --rm app python manage.py migrate

Any changes in models run:

docker-compose run --rm app python manage.py makemigrations

Enter to DB or APP container

docker exec -it <container_name> (ex: finance_db_1, or finance_app_1) /bin/bash (windows: //bin//sh)

Technologies:

  • Django
  • Django Rest-Framework
  • Redis
  • Celery
  • Open API: drf-spectacular
  • Docker

About

A simple backend-only application where an investor can track and analyze his investments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published