Full-stack electricity billing system
Landing page
Customer registration page
Customer login page
Customer bills list
Customer makes payment
Inquiry page
Admin login page
To set this up on your machine :
- Clone this repository
- Navigate to the
frontend
directory - Run the command
npm install
to install dependencies - Navigate to the
backend
directory - Run the command
npm install
to install dependencies
- Navigate to the
backend
directory - Run the command
npm start
- Open another terminal window
- Navigate to the
frontend
directory - Run the command
npm run start
- Open your browser and head over to
http://localhost:3000
or the otherwise provided url to view your project
Enjoy !