Skip to content

AbhishekCloudCourse/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSYE 6225: : Network Structure & Cloud Computing

WebApp

A node js project to cover CI/CD.

Introduction

This is a simple Node JS project to develop CI/CD pipeline for CSYE 6225:: Network Structure & Cloud Computing

Features

  • Following are the Endpoints
    • Authenticated
      • /v1/user/self (GET & POST) - To get user and update user details
    • Public
      • /healthz - To check DB connection status
      • /v1/user(Post) - To create a new User.

Prerequisites (Install Node)

For Windows

  • Install Node
  • Download the repository
  • run npm install
  • npm run start

Postgre SQL Installation

  • Kindly refer this site for Postgres installation Postgres

  • Run test

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors