Skip to content

3Cement/Budget-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Budget App - Python

An attempt to create an application for a home budget that works in conjunction with excel

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

1. Create your virtual environment
2. Clone this repository
3. Install requirements
4. Run Script

Installing and deployment

A step by step series of examples that tell you how to get a development env running

  1. Create new virtual environment, for example with virtualenvwrapper:
$ pip install virtualenvwrapper
$ mkvirtualenv example_venv
  1. Clone this repository:
$ git clone https://github.com/3Cement/TO-DO-List-Django/
  1. Install requirements:
$ pip install -r requirements.txt
  1. Run Script (in folder with manage.py file):
$ python manage.py runserver

Screenshots

Running the tests

Run tests from folder with manage.py file:

$ python manage.py test

Built With

Contributing

Please feel free to contribute this project and contact me for questions.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License - see the LICENSE.md file for details

Acknowledgments

About

Budget App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages