Skip to content

Angular-based exam portal front-end with admin and student dashboards, login and authentication, CRUD operations, and interactive UI.

Notifications You must be signed in to change notification settings

viren-rathod/exam-portal-frontend

Repository files navigation

Exam Portal Front-End

This is the front-end application for an exam portal built using Angular and Bootstrap. It provides a user interface for managing exams, questions, and student results.

Features

  • Login and authentication system.
  • Admin dashboard for managing exams, questions, and students.
  • Student dashboard for taking exams and viewing results.
  • CRUD operations for exams and questions.
  • Interactive user interfaces using Bootstrap components.

Prerequisites

  • Node.js (v18.16.0 or higher)
  • Angular CLI (v16.1.0 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/viren-rathod/exam-portal-frontend.git
cd exam-portal-frontend
  1. Install the dependencies:
npm install

Configuration

  1. Open the src/environments/environment.ts file and update the API endpoint URL:
export const environment = {
  production: false,
  apiUrl: 'http://127.0.0.1:8080/api' 
};
  1. If necessary, update other configuration parameters in the environment.ts file.

Development Server

To run the development server, use the following command:

ng serve

The application will be served at http://localhost:4200/.

Build

To build the application for production, use the following command:

ng build --prod

The build artifacts will be stored in the dist/ directory.

Deployment

Deploy the generated dist/ directory to your web server or hosting platform of choice.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

Contact

For any questions or inquiries, please contact viren.rathod.2023@gmail.com.


About

Angular-based exam portal front-end with admin and student dashboards, login and authentication, CRUD operations, and interactive UI.

Topics

Resources

Stars

Watchers

Forks