a web application for those who need to coordinate paying for a group.
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
in mac/linux
>> source env/bin/activate
Windows
>> env\Scripts\activate
python manage.py runserver
go to http://127.0.0.1:8000/
for application.
Username | Password |
---|---|
wepay | wepay123 |
You can view Project Documentation here
The MIT License (MIT). Please see License File File for more information.
tba