Skip to content

DHBW-FN-TIT20/Zoo

Repository files navigation

Logo

Zoo Web-Application

This website represents a fictional zoo. On the site you can learn about different animals. This project was created in web-engineernig labor 2 with the following task:

Erstellen und deployen Sie eine dynamische Web-Applikation für die Präsentation von Tieren in einem Zoo. Stellen Sie insbesondere Details dar wie Gattung, Herkunft, Alter, Namen des betreuender Pflegers sowie Kommentare zu jedem Tier.

Info

This app is based on nextjs, prisma and postgresql. The app is deployed with docker.

Learn about the used technologies:

How to use

  1. Install Docker on your machine.
  2. Install Docker Compose.
  3. Clone repository:
    • git clone https://github.com/DHBW-FN-TIT20/Zoo.git or
    • git clone git@github.com:DHBW-FN-TIT20/Zoo.git
  4. Run containers with: docker compose up