Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 867 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 867 Bytes

CS_546_Group8_Project

CS_546_C Final Project Group 8

To run application

  • 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'

Implemented Core Features

  • 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

Implemented Extra Features

  • Refer a friend
  • Order History

Ajax Form Submissions

  • Payment form is one with ajax