A Node application for a Student Management System with CRUD operations, created using Express and MongoDB
Add the DB URL in the mongoRepo.js
file and run the commands below. You can access the application from localhost:8080
Starting the frontend - cd frontend && npm start
Starting the server - cd server && npm start