A software to manage the records of students enrolled in a university Perform operations like searching records by filtering, inserting new records, deleting existing records, updating existing records
- First, setup your mysql server and start it
- Second, clone the repository
git clone https://github.com/umar1207/student-dbms.git
- Third, install the dependencies
npm install
- Lastly, Run the development server:
npm start