The site is basically a database about dog sledding and dog powered sports. This was my first website, and it has been around since 1996. I am currently going through the site and converting it to Laravel. I am just using blade templates for rendering, but will likely convert it to React after I finish the backend port.
This server does not have node, so there is no live demo. The project is a REST API that handles requests to create customers and events, and then handles a couple get events requests, like all events, events in the last 24 hours, and events by customer.
This was a bunch of code to write, so why not make it public.
This site has evolved over the years and has way too many features to list all of them. Most of the cool stuff is in the admin dashboard, so not visible to the public.
Just exploring more react with a notes app that stores the notes in local storage.