Skip to content

AgileCloudOps/webapp

Repository files navigation

CSYE6225 Network Structures and Cloud Computing

Assignment 1: Create a WebApp with CI/CD github

Name: Shivam Thabe

NUID: 002765286

Node Project with PostgreSQL Database

Introduction

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.

Prerequisites

  • Node.js and npm installed on your computer
  • PostgreSQL database setup and running on your local machine
  • GIT
  • Docker (optional)

Installation

Clone this repository to your local machine

git clone [email protected]:shivamt24/webapp.git

Navigate to the project directory

cd webapp

Install dependencies

npm install

Run the project

node server.js

Run the test

 npm test

For Database table entries

Refer to file api/database/db.txt

Migration Entries

PGUSER=thabes PGHOST=localhost PGPASSWORD=thabes PGDATABASE=api PGPORT=5432 SERVERPORT=8080 npx sequelize-cli db:migrate

..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published