Skip to content

gr-myat/guardrails-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Scanning Challenge

This projects aims for adding and checking security scanning results.

Folder Structure

To run server:

Please do the following instructions for node.js application.

  • cd api
  • npm install
  • npm run start ( To run )
  • npm run build ( To build )
  • npm run test ( To test )

API Reference

Get all scanning results

  GET /api/v1/results

Post a new scanning result

  POST /api/v1/results

Get scanning result

  GET /api/v1/results/${id}
Parameter Type Description
id string Required. Id of item to fetch

Update result

  PUT /api/v1/results/${id}
Parameter Type Description
id string Required. Id of item to update

Delete result

  DELETE /api/v1/results/${id}
Parameter Type Description
id string Required. Id of item to delete

To Run Client

Please do the following instructions for react.js application.

  • cd dashboard
  • npm install
  • npm start ( To run )
  • npm run build ( To build )
  • npm run test ( To test )

Run Locally

Clone the project

  git clone https://github.com/myat-hsu-mon/monorepo

Go to the project directory

  cd monorepo

Run the docker-compose file

  docker-compose up

Start the server on your browser

  http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published