Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
/ cat-backend Public archive

A school project divided in two repos. This repo handles the backend API, database and authentication

Notifications You must be signed in to change notification settings

C4lopsitta/cat-backend

Repository files navigation

cat-backend

This is the repository containing the backend API for the cat-frontend.

Structure

  • nginx container
    • single page router for /api/v1/... paths handled in PHP with apiHandler.php
  • php-fpm container
  • mariadb container

Running server

You will need docker and docker-compose, these instructions are made for newer versions of docker-compose that use the command docker compose instead of the older one with the dash. To run the project, use the following command:

$ docker compose up -d --build

If you don't want to run the compose as a daemon, remove the -d instruction.

Docker structure

  • nginx web server
  • php-fpm server
  • mariadb database

About

A school project divided in two repos. This repo handles the backend API, database and authentication

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •