Skip to content

soujanyanmbri/Final_DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hostel Management System

A system to manage the infrastructure and students of a hostel

Development

Clone the repository

Make sure to have the latest version of node and npm installed

git clone https://github.com/bhavyaagg/Hostel-Management-DBMS-Project
cd Hostel-Management-DBMS-Project
npm install

Setting up the database

Make sure to have postgres installed(postgresql 96 preferable) and the server is started

psql
create database hosteldb;
create user hosteluser with encrypted password 'hostelpass';
grant all privileges on database hosteldb to hosteluser;

To login as the hosteluser

psql -d  hosteldb -U hosteluser

Run the app

npm start

Server will start running on http://localhost:8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •