This database application manages students. It has the functionality to add, delete, and search for students.
Start by cloning the repository. Using XAMPP, or your preferred server management package, start the MySQL Database and Apache Web Server. Then open the backend folder in IntelliJ and run the application. Using VS Code, open the frontend folder and type yarn start
in the terminal. Now the application is up and running