This is the MERN stack version of the Radian HRMS application.
- Open VS Code (or your terminal).
- Open this folder:
C:\Users\harsh\.gemini\antigravity\scratch\radian-hrms-mern
-
Open a terminal inside this folder.
-
Run the start command:
npm start
(This starts both the backend server and the frontend application)
-
The application will open at:
- Frontend: http://localhost:5173
- Backend: http://localhost:5000
- MongoDB: Database (Runs automatically, no install needed).
- Express: Backend API.
- React: Frontend UI.
- Node: Server Runtime.
To reset the database with default employees (Amit, Vaibhav, Shivam):
npm run seed