Skip to content

nearform/devops-recipes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3-tier Application

Files structure

.
└── client // React.js code
└── server // Fastify code

How to test the application

Install Docker and Docker Compose, then just execute:

docker-compose up -d