varunmamtora06 / cashflow-backend

Frontend: https://github.com/ShyrenMore/cashflow-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Setup

  1. git clone https://github.com/varunmamtora06/cashflow-backend.git
  2. pip install -r requirements.txt
  3. cd cashflow_backend
  4. Make a .env file and specify following in it:
SECRET_KEY=your-very-much-secret-key
ENV_DEBUG=True
  1. cd cashflow_backend/main
  2. mkdir test_img
  3. cd cashflow_backend (i.e. cd ..)
  4. Download Tesseract-OCR file from here
  5. Unzip that file to cashflow_backend i.e. in the project's root.
  6. cd cashflow_backend
  7. python manage.py migrate
  8. python manage.py runserver

About

Frontend: https://github.com/ShyrenMore/cashflow-frontend


Languages

Language:Python 100.0%