Live demo available at https://nathanielbrewer.github.io/example-react-axios-frontend/
- Framework: Fastify
- Build: Node/TypeScript
- Deployed to: Heroku dyno
- Language: TypeScript
- Database: Firebase
POST /text
: Add text to database and return UIDGET /text/:id
: Retrieve text by UIDPOST /file
: Add file and return unique filenameGET /file/:filename
: Retrieve file buffer by unique filename