Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 565 Bytes

Svelte Fullstack App [Demo Page]

Simple app that let's you save and share notes. Demo app's response time is a bit slow due to it being connected to a heroku hobby backend.

Relevant Info

Description Feature
All of client side logic, css and html. client/src/App.svelte
All of server side logic. server/index.js
PostgreSQL function that returns unique url and inserts the note. note_add(note)

Note

I am planning to write a guide for this repository in the coming days.