Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.3 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.3 KB

YAPC logo
License Go report card Api docs Docker pulls Backend status Maintained
Yapc is yet another file sharing site inspired by pomf. The frontend is written using svelte and tailwind and the backend is written using Go. It is simplistic by design and is designed to be fast, easy to use and easy to maintain.

Deployment and setup

Since the backend was written in Go it is very easy to create your own instance. Read the docs for more information.

Running with Docker compose

To run the backend and frontend using docker compose you can use the example docker-compose.yml file found in this repo.