WePays / WePay

a web application for those who need to coordinate paying for a group.
http://wepays.herokuapp.com
MIT License
5 stars 0 forks source link
django python

logo

WePay

Test Lint codecov
a web application for those who need to coordinate paying for a group.

Install and Run

How to Install

make sure that you have python in your computer

first, clone this repository by type this command in your terminal at your choosen path

git clone https://github.com/WePays/WePay.git WePay

go to project directory

cd WePay

next, you have to create file name .env to configuration note that you may get your secretkeys here or you will generated using python shell command below

>>> from django.core.management.utils import get_random_secret_key
>>> get_random_secret_key()
# your secret key will appear here

.env file template looks like sample.env you can modify value and copy it into .env

by running setup.sh will set everythings ready for you to running the application by typing this command

you can initialize the program by

bash setup.sh

How to run

activate the virtual environment by typing this

in mac/linux

>> source env/bin/activate

Windows

>> env\Scripts\activate

now to run server by type this

python manage.py runserver

go to http://127.0.0.1:8000/ for application.

Demo Admin

Username Password
wepay wepay123

Project Document

You can view Project Documentation here

License

The MIT License (MIT). Please see License File File for more information.

Contributing

tba