This is the starter boilerplate code for developing a full stack web app. This includes a frontend with sveltekit and pre-made UI components from the very popular UI component library - shadcn. For the backend, we have express js serving the REST API. The documentation for all the endpoints can be viewed in a very beautifully layed out and highly functional frontend using swagger docs. The API is monitored for the performance using prometheus as the time series database and grafana as a beautiful visualizer. All this is made intercompatible and easy to manage and run using docker.
Get the code of this repo on your machine.
git clone https://github.com/Sahil2004/sveltepress.git
cd sveltepress
Configure your environment variables
cp .env.sample .env
docker compose up
Well, that's it :D