Skip to content

King0625/Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank

Introduction

This project is designed for Bank Sinopac for renewing its inner system, e-loan system. Our design philosophy focuses on simple layouts and convenient features.

The team has 5 members.


Environment

I recommend you use virtual environment

Python Version

python version = 3.6.5

virtualenv

For linux or macOS

  • Create the virtualenv
$ virtualenv --python=python3 venv
  • Go Into the virtualenv
$ source ./venv/bin/activate
  • Go out
$ deactivate

requirements

$ pip install -r requirements.txt

Execute

The frame work which backend used is django

The main project in the repo is /Sinopac please execute below command on terminal.

$ cd ./Sinopac

Create Your Own database

The database in this repo is just a test database. If you want to create your own database, please execute below command on terminal.

$ python manage.py makemigrations
$ python manage.py migrate

Create Super user

$ python manage.py createsuperuser

Start Server

$ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •