Skip to content

Aniketsonii/study-room

Repository files navigation

Study Room

Study room project which helps you create a room for studying with friends

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

Ensure that you have the following software installed on your machine:

Usage

  1. Clone the repository to your local machine by running the following command in your terminal:

    git clone https://github.com/your-username/study-room
  2. Navigate to the project directory:

    cd study-room
  3. Build the Docker image: Build the Docker image using the provided Dockerfile. Open a terminal in the project directory and run:

    docker build -t your-docker-username/study-room:tag .

    Replace your-docker-username/study-room:tag with the desired name and tag for your Docker image.

  4. Run the Docker container:

    Once the Docker image is built, run the Docker container with the following command:

    docker run -p 3000:3000 your-docker-username/study-room:tag

    Adjust the port mapping (-p) if your application uses a different port.

  5. Access your application in a web browser at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages