nemuelw / PayGrid

Full-stack electricity billing system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PayGrid

Full-stack electricity billing system

Screenshots

Landing page
img Customer registration page
img Customer login page
img Customer bills list
img Customer makes payment
img Inquiry page
img Admin login page
img

Requirements

Setup

To set this up on your machine :

  1. Clone this repository
  2. Navigate to the frontend directory
  3. Run the command npm install to install dependencies
  4. Navigate to the backend directory
  5. Run the command npm install to install dependencies

Usage

  1. Navigate to the backend directory
  2. Run the command npm start
  3. Open another terminal window
  4. Navigate to the frontend directory
  5. Run the command npm run start
  6. Open your browser and head over to http://localhost:3000 or the otherwise provided url to view your project

Enjoy !

About

Full-stack electricity billing system


Languages

Language:JavaScript 95.2%Language:HTML 3.9%Language:CSS 0.8%