tecnosam / edupay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BU Pay

How to Install and Run

  1. first create a virtual environment (optional)
  2. Run pip install -r requirements.txt
  3. You will need to create a file called .env
  4. Run python -m app

Creating a Virtual environment

  1. First download and install python
  2. run python -m pip install venv or python -m pip install virtualenv
  3. run python -m venv env or python -m virtualenv env
  4. if you use Windows, just run the activate.bat file in env/bin
  5. if you use Linux, In the terminal, run source env/bin/activate

Things to be in the .env file

  1. PAYSTACK_SECRET
  2. DATABASE_URI See sample_env for a better understanding of it's format

Supported Databases

  1. MySQL
  2. Postgresql
  3. Sqlite

About


Languages

Language:SCSS 51.8%Language:CSS 35.0%Language:JavaScript 10.4%Language:HTML 2.2%Language:Python 0.7%Language:Shell 0.0%Language:Procfile 0.0%