Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 743 Bytes

Coventry University Payment Gateway [ PHP Implementation]

This is a php implementation of the Django ( https://github.com/Nyamador/coventry-payment-backend ) version of the payment gateway for the Web API coursework.

Payment Page UI

Payment Page

Payment Page

Backend - Php

Frontend - React The frontend of the application is built with React but relies on Django for it's intial render. Hence it cannot be run independently without starting the Django server

  1. Install dependencies with yarn install
  2. yarn start to start the webpack server