Skip to content

mezo-dev/finance_backend

Repository files navigation

  1. Replace core with your project name.

  2. Create a media folder:

    mkdir assets/media
    touch assets/media/.gitkeep
  3. Move the build_test file to the workflow directory.

  4. Initialize the Git repository:

    sudo rm -r .git
    git init
    git add .
    git commit -m "Initial commit"
    pre-commit install --hook-type commit-msg
  5. Install pre-commit hooks:

    pip3 install pre-commit
    pre-commit install --hook-type commit-msg
  6. Create a .env file in the root directory:

    cp dummy.env .env
  7. Build and run the application with Docker Compose:

    docker-compose -f docker-compose.local.yml up --build -d
  8. Run Django management commands:

    docker compose -f docker-compose.local.yml run --rm django python manage.py [command]

About

A finance tracking app that helps you manage your income and expenses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages