Skip to content

deriljose/rems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rajagiri Event Management System

Simplify event management and activity point tracking for students and teachers at Rajagiri

Features

REMS offers improved event management over the current system at Rajagiri by addressing shortcomings such as

❌ Event information is entered manually during certificate submission

❌ Each submission requires manual entry of activity points by teachers

❌ Unoptimized design for mobile devices

However, REMS provides a better user experience while maintaining functionality.

✅ Database of event info and activity points present to reduce manual input

✅ Dashboard for viewing past and upcoming events

✅ Responsive user interface for both desktop and mobile

Tech stack

HTML5 CSS3 JavaScript MySQL NodeJS

Screenshots

Live hosting

The frontend and Node.js are hosted on Render, and the MySQL database is hosted on Aiven.

The site can be viewed at rems.hopto.org.

Important

The site may take ~1 min to load.

Refer below for login credentials.

Student login

username password
u0001 u0001
u0002 u0002
u0003 u0003

Teacher login

username password
t0001 t0001
t0002 t0002
t0003 t0003

Self-hosting

Prerequisites

Node.js and MySQL should be installed. Configure MySQL username as root and password as password. Run the commands within database.txt in MySQL. Then, clone the repo and install the required modules.

git clone https://github.com/svhl/rems
cd rems
npm install

Running

Start the server by running

node server.js

The site can be viewed at http://localhost:3000.

Developers

Muhammed S. Suhail | GitHub

Deril Jose Thirunilath | GitHub

Juan Jude Pereira | GitHub

Geevar Saji Kuriakose | GitHub

Copyright

REMS is not officially associated with Rajagiri. All copyrights belong to their respective owners.

About

Rajagiri Event Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 63.0%
  • JavaScript 20.2%
  • CSS 16.8%