2023-11-30 17:32:18 -05:00
2023-11-30 17:26:15 -05:00
2023-11-30 17:26:15 -05:00
2023-11-30 15:14:47 -05:00
2023-11-30 17:26:15 -05:00
2023-11-30 17:32:18 -05:00

Getting Started

To run this project, follow these simple steps:

Prerequisites

  • Docker: Make sure you have Docker installed on your system. You can download it from here.

Step 1: Clone the Repository

Clone this Git repository to your local machine:

git clone https://gitea.zmanplex.com/zman27/garage_project.git
cd garage_project

Step 2: Start the Docker Container

First time/rebuild

docker-compose up --build

Run in background

docker-compose up -d

Step 3: Access The Application

Once the container is running, you can access your application by opening a web browser and navigating to http://localhost:3000. You should see the project running.

Stopping the container

To stop and remove the container, run:

docker-compose down
Description
No description provided
Readme 69 KiB
Languages
Python 93.8%
HTML 4%
Dockerfile 2.2%