Git Product home page Git Product logo

accountbook-flask's Introduction

AccountBook-Python Flask

  • WAP 2017년도 겨울방학 프로젝트
  • 파이썬 플라스크/MYSQL 등을 이용한 웹 장부시스템

개발목표

  • MYSQL 및 Python flask를 이용한 웹서비스 구현
  • 기본적인 알고리즘과 실력 향샹을 목표

웹 전자장부 사용법 (web_server.py)

  • mysql version : 5.6
  • python version : 3.6

1. 소스코드 다운로드

git clone https://github.com/etilelab/AccountBook-Flask.git

2. SQL파일 실행

mysql: source ~/db/create_db.sql
mysql: source ~/db/create_table.sql
mysql: source ~/db/create_all_sp.sql.sql

3. setObject.py 설정

기본적인 설정을 해준다.

db_user = "root"
db_password = "password"
db_host = "localhost"
db_name = "accountBook"

recaptcha_site_key ="google recaptcha site key"
recaptcha_secret_key = "google recaptcha secret key"

미리보기

  • ppt 디렉토리의 pdf 파일을 참고하시기 바랍니다.

1

2

4

3

5

프로젝트 일정

트렐로 사용

활용 기술

  • MYSQL
  • Python Flask
  • Bootstrap
  • AWS EC2 ubuntu

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.