Skip to content

An open source financial transaction management project implemented with Django

Notifications You must be signed in to change notification settings

hzonuz/cashbala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cash Bala

How to Run:

  1. go to database dir
  2. use docker-compose up to set up database
  3. go to root dir
  4. create virtualenv using python -m venv venv
  5. activate it using source venv/bin/activate
  6. install dependencies using pip install -r requirement.txt
  7. go to server dir
  8. migrate database with python manage.py migrate
  9. start project using python manage.py runserver

About

An open source financial transaction management project implemented with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published