Skip to content

misc-python/budget_tool

Repository files navigation

BUDGET_TOOL

Author: Joyce Liao Version: 1.0.0

OVERVIEW

THIS PROGRAM WILL START A WEBSITE WITH DOCKER AND DJANGO AS ITS FRAMEWORK.

GETTING STARTED

TO START THIS PROGRAM, THE USER NEED PYTHON 3.6.

ARCHITECTURE

  1. Set up Docker
    • Set up Dockerfile
    • Set up docker-compose.yml
  2. Set up Django
    • Set up .env
    • Set up urls.py
    • Set up settings.py
    • Set up models.py
    • Set up html files
    • Set up entrypoint.sh
  3. Create models
    • models.py
  4. Create controller
    • views.py
  5. Run server
    • Run docker build
    • Run docker-compose up
  6. Testing
    • run django testing

API

CHANGE LOG

2019-01-21 Repo is created

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published