Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 490 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 490 Bytes

pAPI

Photography portfolio API with support for multiple users. Build a custom frontend for your portfolio and utilize the automatic resizing and photo management of pAPI to populate your pages.

Docker

Available Here

API

TODO

Testing

PostgreSQL is required for testing; below will run PostgreSQL instance in a docker container.

npm run build:test  // Runs the docker container
npm run test        // Runs Mocha unit tests