starting with the basics!
i started by first creating functions for handling the database, configuration, and basic go echo setup.
here’s the flow of the initialisation process:
- lattice loads up the config from config.json
- lattice checks if there is an existing admin
- if none, the tool shown on the screenshot will appear! afterwards, it’ll proceed
- then go echo runs, followed by the whole Lattice system!
so i got basic database, read/write, and backend things working.
what’s next
- the authentication for frontend
- ill work on the backend for systemd management, mostly routes with some sqlite database.
- and a few more.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.