Skip to content

This sample app tests your environemnt in a container deployment.

Notifications You must be signed in to change notification settings

davibaldin/container-test-app

Repository files navigation

teste 123

Container test App

Backend

Construction

mkdir backend
cd backend
npm init
npm i -g [email protected] && npm i --save [email protected] && npm i --save [email protected] && npm i --save [email protected]
npm install swagger-autogen and swagger-ui-express
npm install morgan
npm install cors

Build

rm -rf node_modules
npm update
npm run swagger-autogen

Startup

npm start

Frontend

Construction

npx create-react-app frontend

Build

rm -rf node_modules
npm update
npm start

About

This sample app tests your environemnt in a container deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published