A small web-service which returns a random image on request
Find a file
2026-02-17 16:01:38 +00:00
.gitignore adds gitignore, new info to readme, removes uneeded imports 2026-02-17 15:25:02 +00:00
AlbumCover.png program now exits safely if no static directory exists or if its empty 2026-02-17 16:01:38 +00:00
CMakeLists.txt re-initialising with the correct repo 😭 2026-02-17 14:44:07 +00:00
crow_all.h re-initialising with the correct repo 😭 2026-02-17 14:44:07 +00:00
main.cpp program now exits safely if no static directory exists or if its empty 2026-02-17 16:01:38 +00:00
README.md adds gitignore, new info to readme, removes uneeded imports 2026-02-17 15:25:02 +00:00

PicApi

An album cover for the software, a large array of tiny images with the words PicApi over the top of them

A small web-service which will return a random image when given a request.

Set-Up

  1. Install CMake and libasio-dev (e.g. sudo apt install cmake libasio-dev on debian/ubuntu)
  2. In this repo, create two new directories titled "static" and "build"
  3. Place all your images in "static"
  4. Cd into "build" and run cmake .. followed by cmake --built .
  5. The previous commands will produce a pic_api binary, run that