Create and view pages which are generated incrementally using Perseus.
Absolutely no styling whatsoever, only simple HTML.
Routes
Simply navigating to index should suffice. However, there are 3 routes
/ : The homepage
/create : The form for creating a new page.
/link/<your username> : The created page that is fetched from the database
Notes
Currently all data is inserted and fetched from the database in a very crude and insecure way. This is just to init and demonstrate the app. This also doesn't implement editing the existing page.
Genesis
An almost mvp of weird.
Overview
Create and view pages which are generated incrementally using Perseus. Absolutely no styling whatsoever, only simple HTML.
Routes
Simply navigating to index should suffice. However, there are 3 routes
/
: The homepage/create
: The form for creating a new page./link/<your username>
: The created page that is fetched from the databaseNotes
Currently all data is inserted and fetched from the database in a very crude and insecure way. This is just to init and demonstrate the app. This also doesn't implement editing the existing page.