this can be call a personal project recreating a old project that i made in django, the main difference between this project and the other project is that this project separates the frontend from the backend, the main reason for this is learn how to build a fullstack project building my own backend and frontend, work with pagination in both sizes, sessions and a lot more.
This project can be considerer finished
First clone the repo
$ git clone https://github.com/Haizza1/SvelteBlog.git
$ cd server
$ go mod download
before you start the server check the .env.example file and fill the all the fields
you will notice this
EMAIL_KEY=
if you want to try locally to register a user you will ned access to mailslurp api, but dont worry its free! check https://www.mailslurp.com/ then you have register and get the api key, then put that api key in the env variable
then just run
$ go run main.go
$ cd web
$ yarn
$ yarn dev