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.
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) |
I am planning to write a guide for this repository in the coming days.