Simple Student Course Registration app with real signup/login (bcrypt + express-session), server-rendered EJS views and Bootstrap styling.
- Unzip repository to
D:\StudentRegistration(on Windows). - In
backendfolder open terminal:cd D:\StudentRegistration npm install - Create a
.envfile (or copy.env.example) and set:MONGODB_URI=<your mongo atlas connection string> PORT=3000 - Start:
npm start - Open http://localhost:3000
- Sign up on render.com, choose "Manual Deploy" (upload ZIP/TAR).
- Build command:
npm install - Start command:
npm start - Add environment variable:
MONGODB_URIwith your Atlas connection string.