Skip to content

A full stack application for uploading and managing PDFs using S3

Notifications You must be signed in to change notification settings

LouisHatton/menu-link-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MenuLink-up

A full stack application written in Go and Svelte for uploading and managing PDFs using S3

demo

Running in development

Example env files are provided for the api and ui at .env.example and cmd/ui/.env.example respectively.

Start the docker compose file which creates the MariaDB container. The API should automatically add any required tables.

$ docker compose up -d

Run the API with the command:

$ go run ./cmd/api

Finally run the UI with the command:

$ cd ./cmd/ui && npm run dev

About

A full stack application for uploading and managing PDFs using S3

Resources

Stars

Watchers

Forks