Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 484 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 484 Bytes

About

This database application manages students. It has the functionality to add, delete, and search for students.

Setup

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