Skip to content

A simple tool for managing and tracking your budget.

Notifications You must be signed in to change notification settings

TeamDDev/Outlayer

Repository files navigation

OutLayer [In progress]

Aim: A web-based software to easify the task of recording the daily expenses and keeping track of daily budget aka budget-tracker system.

Easy to build and manage.

Can run over the local server and can be used as a tool, accessible from anywhere after being deployed.

Technology used : Django, HTML, CSS

Installation

In your terminal type: git clone https://github.com/TeamDDev/Outlayer.git

Design Diagram:


Our Code Organization:

Outlayer/            <-- Repo name
  |---outlayer/             <-- Project Outlayer root
  |    |--- outlayer/                <-- Django root
  |    |     |--- __init__.py
  |    |     |--- asgi.py
  |    |     |--- settings.py 
  |    |     |--- urls.py
  |    |     |--- wsgi.py  
  |    |--- tracker/                  <-- Outlayer app
  |    |     |--- migrations
  |    |     |--- static/css/
  |    |     |      |--- login
  |    |     |      |--- signup
  |    |     |
  |    |     |--- templates/
  |    |     |      |--- regiseration
  |    |     |
  |    |     |--- __init__.py
  |    |     |--- admin.py
  |    |     |--- apps.py
  |    |     |--- forms.py
  |    |     |--- models.py (Database model)
  |    |     |--- tests.py
  |    |     |--- urls.py
  |    |     |--- views.py 
  |    |--- manage.py
  |
  |--- MOMs
  |--- BACKLOGs
  |--- README
       

Working of the Code:

                                               ____ templates
                                              /
                                             /
                                            /
         REQUEST ---- urls.py ----- views.py 
                                            \
                                             \
                                              \_____ models.py

(The project is still under construction and the instantiation of the project will be updated here once completed).

Check out Blogs for more information: https://d-dev.medium.com/out-layer-94faca9187c4

About

A simple tool for managing and tracking your budget.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •