# Backend
cd backend
npm install
docker compose up -d
npm start
# Frontend
cd student-management
npm install
npm start- Frontend: http://localhost:3000
- Backend API: http://localhost:5000
- MongoDB: localhost:27017
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Backend
cd backend
npm install
docker compose up -d
npm start
# Frontend
cd student-management
npm install
npm start