subash-srk / Sims_Nodejs_Deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Information Management System.

Graphical interface for maintaining student information

Tech

This project “Student Information Management System” provides us a graphical interface for maintenance of student information. It can be used by educational institutes or colleges to maintain the records of students easily.

Installing / Getting started

A quick introduction of the minimal setup you need to get a hello world up & running.

npm install # installing the dependencies

You have to create a database on pgAdmin. Queries are given in db.sql file.

Then create an .env file that have all the enviroment variables. Specify the values correctly.

PG_USER=""
PG_HOST=""
PG_DATABASE=""
PG_PASSWORD=""
PG_PORT=""
SESSION_SECRET=""
PORT=""

Then you can run this project by the following command.

node index.js

About


Languages

Language:EJS 62.8%Language:JavaScript 26.2%Language:CSS 11.0%