Name: Shivam Thabe
NUID: 002765286
This is a Node.js project that uses a PostgreSQL database for data storage and retrieval. The project is built with Express, a popular web application framework for Node.js.
- Node.js and npm installed on your computer
- PostgreSQL database setup and running on your local machine
- GIT
- Docker (optional)
git clone [email protected]:shivamt24/webapp.git
cd webapp
npm install
node server.js
npm test
Refer to file api/database/db.txt
PGUSER=thabes PGHOST=localhost PGPASSWORD=thabes PGDATABASE=api PGPORT=5432 SERVERPORT=8080 npx sequelize-cli db:migrate
..