Giter Club home page Giter Club logo

project1_zuyicai's Introduction

Project1_zuyicai: A simple banking app

This's a whole web application — a very simple one, using the web framework called Flask. Using this small application, you can get different outputs in the form of URLs.

lab3_code.py is the file that I create the class and define the functional structure of this bank system; SI507_project1.py is the file that I put the bank system into practice with the appearance of URLs.

Actually, I import everything from lab3_code.py to make the use of "Currency" "Bank" class. Readers need to follow the steps to install everything needed to run this application.

Getting Started

  • Anaconda installed
  • Open your terminal window! cd to the place where you want this project to go.
  • This repository cloned to somewhere in your computer (the place).
git clone <git url>
  • cd into where the project lives
  • Create a virtual environment for it
virtualenv env
  • Activate the virtual environment
$ source <projectname>-env/bin/activate    # For Mac/Linux...
$ source <projectname>-env/Scripts/activate    # For Windows
(project1-env) $     # you've succeeded if you see this after!
  • install all requirement
pip install -r requirements.txt
deactivate
  • Just run the banking app!
python SI507_project1.py runserver

project1_zuyicai's People

Contributors

zuyicai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.