Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bishal7679/feedback-app
This is a Simple Feedback Ratings App using JSON Server
https://github.com/bishal7679/feedback-app
Last synced: about 1 month ago
JSON representation
This is a Simple Feedback Ratings App using JSON Server
- Host: GitHub
- URL: https://github.com/bishal7679/feedback-app
- Owner: bishal7679
- Created: 2022-10-12T17:18:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T18:35:09.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:03:57.861Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with this project
[![Deploy to AWS ECS](https://github.com/bishal7679/Feedback-app/actions/workflows/aws.yml/badge.svg?branch=main)](https://github.com/bishal7679/Feedback-app/actions/workflows/aws.yml/badge.svg?branch=main)
[![Push DockerHub](https://github.com/bishal7679/Feedback-app/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/bishal7679/Feedback-app/actions/workflows/docker-publish.yml/badge.svg?branch=main)
## Check the image that verified or not```bash
cosign verify --key cosign.pub docker.io/bishal7679/feedback-app:latest | jq .
```
![Jan-01-00-26](https://user-images.githubusercontent.com/70086051/210181848-c8483826-0ed5-47b9-9876-00bdda6b749d.png)Now Image is verified ✅
## Run the Image inside Container
```bash
docker pull docker.io/bishal7679/feedback-app:latest```
```bash
docker run -dp 3000:3000 feedback-app:latest
```Now application is running & you can access it on http://localhost:3000/