- Open terminal at the project loacation.
- First use 'npm install' command (To install all the required packages).
- 'npm run seed' command to run the seed file (To make db entries).
- 'npm start' to start the application.
- After you get the server start message in the terminal, open your web browser and in the search bar type 'localhost:3000'
- Home/Landing page
- Users without account(Guest Users)
- Add/Edit Broadband plans
- Select Payment Method
- Generate Bill
- User Profile
- Admin User
- New Booking Request
- Statistics
- Refer a friend
- Order History
- Payment form is one with ajax