Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This is a College management web app in MERN stack.

License

NotificationsYou must be signed in to change notification settings

GaurangShukla/college-management-react

Repository files navigation

Please drop a STAR🌟 if you like my work and fork it if you want any further assistance.

GitHub repo sizeGitHub commit merge statusGitHub starsGitHub issuesScreenshot

College ERP🏫 in REACTJs

  • This is a simple college erp web app in MERN stack,it consist of all the basic CRUD operations.
  • All the fields (students,teachers,class,exams) can be edited via the admin panel.

Prerequisites 🧾

  • MongoDb- Install mongodb GUI on your machine.
  • Nodejs - Install nodejs.
  • Yarn- If npm fails yarn works as a fail safe.

Features 👓

  • Create new students.
  • Create new teacher.
  • Create new exam.
  • Create new user and assign permissions and roles.
  • Create new course.
  • Students, Teacher are in one-to-many relations in database.
  • Exam, Course,admin are in mant-to-many realtions in database.

Instructions👨‍🏫

  • Open project folder in a terminal or prefered IDE .
  • Perform "npm install " or "yarn install".
  • Type npm "start-script build" this will make a html and manifest file in client/build folder to render on a browser.
  • Once node_modules are downloaded type "npm start" or "yarn start" to start the server on prescribed port.

Screenshot 📷

ScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshotScreenshot

SCHEMA

  • USER
IDPrimary KeyRequiredUnique
MailString
nameString
passwordString
rolesString
surnameString
usernameString
  • COURSE
IDPrimary KeyRequiredUnique
NameString
  • EXAM
IDPrimary KeyRequiredUnique
PlaceString
ScoreNumber
ValidBoolean
  • Relations
_course_student_teacher
coursestudentteacher
one-to-manyone-to-manyone-to-many
  • STUDENT
IDPrimary KeyRequiredUnique
DOBDate
lastnameString
nameString
  • Relations
_course
course
many-to-many
  • TEACHERS
IDPrimary KeyRequiredUnique
lastnameString
nameString
  • Relations
_course
course
many-to-many

[8]ページ先頭

©2009-2025 Movatter.jp