Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 654 Bytes

File metadata and controls

18 lines (15 loc) · 654 Bytes

Educational Administration System for Course Selection

This is the front-end code of the Educational Administration System for Course Selection.

It includes three user permissions: 1. student course selection end, 2. teacher course opening end, 3. administrator end.

Technologies Used

  • JavaScript
  • Vue
  • Webpack
  • Vue-cli
  • Element

Getting Started

To run the project on your local machine, follow the steps below:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies by running npm install.
  3. Start the development server by running npm run serve.
  4. Access the project at http://localhost:8080.