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

 
 

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%