/Army-Database-System

Repo for project done as part of DBMS course at PES University

Primary LanguageJavaScript

DBMS_project-

Repo for project done as part of DBMS course at PES University

Clone/Download the Repo

git clone <ssh key>

Install dependencies in both frontend and the backend folder

cd frontend
npm install

cd node-postgres
npm install

1. To run the project, first create, populate the database with appropriate entries

2. Fire up two terminals, one for the frontend and the other for the backend

cd frontend
npm start

cd node-postgres
node index.js