Skip to content

conceptadev/rockets-playground

Repository files navigation

Rockets Playground

A monorepo project containing frontend and backend applications.

Project Structure

rockets-playground/
├── packages/
│   ├── frontend/     # React/Vite frontend application
│   └── backend/      # Backend application
├── docker-compose.yml
└── README.md

Getting Started

Prerequisites

  • Docker
  • Docker Compose

Running the Application

  1. Start both services:
docker-compose up
  1. Start services in detached mode:
docker-compose up -d
  1. Access the applications:

Development

Each package can be run independently for development:

Frontend

cd packages/frontend
yarn install
yarn dev

Backend

cd packages/backend
yarn install
yarn start

Docker Configuration

The project includes Docker configuration for both services:

  • packages/frontend/Dockerfile - Frontend container configuration
  • packages/backend/Dockerfile - Backend container configuration
  • docker-compose.yml - Multi-container orchestration

Environment Variables

Frontend

  • NODE_ENV - Development/production environment
  • VITE_API_URL - Backend API URL

Backend

  • NODE_ENV - Development/production environment

Contributing

  1. Create a new branch
  2. Make your changes
  3. Submit a merge request

Project Status

Active development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •