Skip to content

atingourav-17/College-Event-Registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

Package Manager

Use pnpm instead of npm for managing this project. You can install it using the command npm install pnpm. Also delete package-lock.json if it's already present.

Application Properties

Add your MySQL username and password in the application.properties file in the backend folder.

Run the Application

  1. Open two terminals.
  2. In the first terminal, navigate to the backend folder and run mvn spring-boot:run.
  3. In the second terminal, navigate to the frontend folder and run npm run dev.

About

Project for Web Dev assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.9%
  • Java 23.1%
  • CSS 5.7%
  • Other 1.3%