Skip to content
/ IRISMS Public
forked from chrisrex007/IRISMS

Integrated Research Internship and Scholarship Management System

Notifications You must be signed in to change notification settings

Dami-18/IRISMS

This branch is up to date with chrisrex007/IRISMS:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea93786 · Apr 4, 2025
Apr 3, 2025
Apr 4, 2025
Mar 24, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Apr 3, 2025
Mar 22, 2025
Mar 1, 2025
Apr 3, 2025
Mar 28, 2025
Mar 14, 2025
Mar 1, 2025
Mar 29, 2025
Apr 3, 2025
Apr 3, 2025
Mar 1, 2025
Mar 29, 2025

Repository files navigation

Integrated Research Internship and Scholarship Management System

Software Engineering Course Project

Home page preview

Local Setup:

Clone:

git clone https://github.com/chrisrex007/IRISMS.git

Redis setup:

sudo apt install redis-server
redis-server

Setup Postgres:

sudo apt -y install postgresql
psql -U postgres -h localhost -p 5432
CREATE DATABASE mydb;

Then add DATABASE_URL and Admin password and username accordindgly in .env file

Run prisma migration:

npx prisma migrate --name dev

Start the server:

cd IRISMS
npm install
npm run dev

Presentation at Canva

About

Integrated Research Internship and Scholarship Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%