CaptainVee / money_minder

A budgeting app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

money_minder

money_minder is a budgeting web-applications

Want to use this project?

  1. Fork/Clone

    $ git clone https://github.com/CaptainVee/money_minder.git
  2. Cd into money_minder

    $ cd money_minder
  3. Create and activate a virtual environment:

    $ python3 -m venv venv && source venv/bin/activate
  4. Install the dependencies:

    (venv)$ pip install -r requirements.txt
  5. Apply the migrations and run the Django development server:

    (venv)$ python manage.py makemigrations
    (venv)$ python manage.py migrate
    (venv)$ python manage.py runserver
  6. Test at http://localhost:8000/

About

A budgeting app


Languages

Language:HTML 75.0%Language:Python 23.7%Language:CSS 1.2%Language:Shell 0.1%