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.
I recommend you use virtual environment
python version = 3.6.5
For linux or macOS
- Create the virtualenv
$ virtualenv --python=python3 venv
- Go Into the virtualenv
$ source ./venv/bin/activate
- Go out
$ deactivate
$ pip install -r requirements.txt
The frame work which backend used is django
The main project in the repo is /Sinopac
please execute below command on terminal.
$ cd ./Sinopac
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
$ python manage.py createsuperuser
$ python manage.py runserver