Skip to content

otaviootavio/estudo-docker-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

This repository hosts an Employee Management System, structured as a multi-container Docker application. The project is divided into three main parts: the API, frontend, and PostgreSQL initialization.

Project Structure

Here's a high-level overview of the project's structure:

  • api: Contains the backend service of the application, built with Node.js and Express.
  • frontend: Hosts the frontend service built with React and Vite.
  • postgres-init: Contains initialization scripts for the PostgreSQL database.

Common tasks

First run

docker compose up --build -d

Check status

docker compose ps

Stopping services

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published