This projects aims for adding and checking security scanning results.
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 )
GET /api/v1/results
POST /api/v1/results
GET /api/v1/results/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
PUT /api/v1/results/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to update |
DELETE /api/v1/results/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to delete |
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 )
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