A node js project to cover CI/CD.
This is a simple Node JS project to develop CI/CD pipeline for CSYE 6225:: Network Structure & Cloud Computing
- 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.
- Authenticated
- Install Node
- Download the repository
- run npm install
- npm run start
-
Kindly refer this site for Postgres installation Postgres
-
Run test
npm run test