Skip to content

CaioVSales/CinemaApi

Repository files navigation

# Cinema API

Welcome to the Cinema API project! This is a dotnet 7 project for studying purposes.

## Prerequisites

Before running the application, make sure you have the following installed:

- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)

## Getting Started

Follow these steps to run the Cinema API:

1. Clone the repository:

   ```bash
   git clone https://github.com/CaioVSales/CinemaApi.git
   cd CinemaApi
  1. Build and run the Docker containers:

    docker-compose up --build

    This command will build the necessary images and start the containers.

  2. Access the application:

  3. Swagger API Documentation:

    Access the Swagger API documentation at http://localhost:5271/swagger.

  4. Clean up (optional):

    When you are done, you can stop and remove the Docker containers:

    docker-compose down

Troubleshooting

If you encounter any issues, please check the error messages in the console and consult the project documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published