Skip to content

Btanwani77/IIIT-H-Course-Review-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IIIT-H Course Review System (IIIT-H CRS)

A course review system for IIIT-H Students.

Installation

IIIT-H CRS requires NodeJS and Mongo DB for the backend so install the latest version. clone the project to your system and run below command to install all the dependencies.

npm install

To run the server

  • first run the mongo DB, then run the server.
node ./server/server.js
  • the server will start in localhost:3000
  • then open a browswer and visit localhost:3000/reviews.html

About

A course review system for IIIT-H Students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.6%
  • JavaScript 34.1%
  • CSS 0.3%