Skip to content

sashafik/sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample App

This repository contains a simple application with a backend and a frontend.

Structure

  • backend/: Contains the Go application.

    • main.go: The Go source code.
    • Dockerfile: Instructions to build the Go application container.
  • frontend/: Contains the frontend assets.

    • index.html: A simple HTML file.
    • Dockerfile: Instructions to build the Nginx container serving the HTML.

Building

You can build the docker images using:

# Backend
cd backend
podman build -t sample-backend .

# Frontend
cd frontend
podman build -t sample-frontend .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors