Skip to content

simcyndy/safhackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Machine

N|Solid

ATM Machine

Application for ATM Machines - Check Account Balance, Deposit Funds, Withdraw Funds

Python 2.7

Install Python 3.0 from Python download page

To run the program :

  1. Run the command : python atm.py
  2. See the magic happen! :-)

+++++++++++++++++++++++++ TO RUN TESTS +++++++++++++++++++++++++

Install Dependencies

pip install django

Usage

python manage.py runserver

Make and Apply Migrations

#make migrations
python manage.py makemigrations

#apply migrations
python manage.py migrate

Tests

Install required plugins for testing

pip install pytest
pip install pytest-django
pip install git+git://github.com/mverteuil/pytest-ipdb.git
pip install pytest-cov
pip install mixer

Run the tests

py.test

About

ATM Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published