![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
github.com/yapo-chile/legacy-mobile-apps-premium-carousel-api
premium-carousel-api needs a description here.
Create the dir: ~/go/src/gitlab.com/yapo_team
Set the go path: export GOPATH=~/go
or add the line on your file .bash_rc
Clone this repo:
$ cd ~/go/src/gitlab.com/yapo_team
$ git clone git@github.mpi-internal.com:Yapo/premium-carousel-api.git
On the top dir execute the make instruction to clean and start:
$ cd premium-carousel-api
$ make start
To get a list of available commands:
$ make help
Targets:
test Run tests and generate quality reports
cover Run tests and output coverage reports
coverhtml Run tests and open report on default web browser
checkstyle Run gometalinter and output report as text
setup Install golang system level dependencies
build Compile the code
run Execute the service
start Compile and start the service
fix-format Run gofmt to reindent source
info Display basic service info
docker-build Create docker image based on docker/dockerfile
docker-publish Push docker image to containers.mpi-internal.com
docker-attach Attach to this service's currently running docker container output stream
docker-compose-up Start all required docker containers for this service
docker-compose-down Stop all running docker containers for this service
help This help message
If you change the code:
$ make start
How to run the tests
$ make [cover|coverhtml]
How to check format
$ make checkstyle
Reports whether the service is up and ready to respond.
When implementing a new service, you MUST keep this endpoint and update it so it replies according to your service status!
No request parameters
200 OK
{
"Status": "OK"
}
Kubernetes and Helm have to be installed in your machine.
If you haven't done it yet, you need to create a secret to reach Artifactory.
kubectl create secret docker-registry containers-mpi-internal-com -n <namespace> --docker-server=containers.mpi-internal.com --docker-username=<okta_username> --docker-password=<artifactory_api_key> --docker-email=<your_email>
helm install -n <name_of_your_release> k8s/premium-carousel-api
kubectl get pods
kubectl logs <name_of_your_pod>
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.