Skip to content
Discussion options

You must be logged in to vote

Hi, thanks for your interest in contributing to Coderush!

Coderush is a full-stack Smart Campus OS built with React, Node.js, Express, MongoDB, and Socket.io.

Overall project structure

  • frontend/ – React-based user interface
  • backend/ – Express API, database models, authentication, and business logic
  • docs/ – API, Docker, security, and supporting documentation
  • scripts/ – Deployment and automation scripts
  • .github/workflows/ – GitHub Actions workflows
  • docker-compose.yml – Runs the frontend, backend, and MongoDB using Docker

Frontend structure

Inside frontend/src/:

  • pages/ contains route-level pages for students, faculty, admins, authentication, and public screens.
  • components/ contains reusab…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Aayush-coder32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants