Skip to content

muzzlol/commentapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommentApp

This is a full-stack, backend-focused comment application designed to demonstrate clean architecture, database design, and DevOps practices.

The entire application is containerized and can be run with a single command.

Tech Stack

  • Backend: NestJS, TypeScript
  • Frontend: React, TypeScript
  • Database: PostgreSQL
  • Containerization: Docker & Docker Compose

Prerequisites

  • Docker
  • Docker Compose

Running the Application

  1. Clone the repository:

    git clone https://github.com/muzzlol/commentapp.git
    cd commentapp
  2. Start the entire application stack:

    docker compose -f docker-compose.dev.yaml up --build

The --build flag is recommended for the first run to ensure the Docker images are built from the latest source code.

Accessing the Services

Once the containers are up and running, you can access the different parts of the application:

The application is now ready for use. You can sign up for a new account and begin posting comments.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published