##This is a boilerplate for nats-prmeet microservice.
##Intention.
The library is intended to be a starting point for a project with a simple users/permissions microservice included and messaging using NATS.
##Prerequisites:
Go, Air, TailwindCSS
Edit env file with your data and rename it to .env
##How to run:
git clone
cd prmeet
air
##Usage:
Some prior understanding of Echo Framework, TailwindCSS, NATS is welcome. Edit your routes, add handlers and so on... Air will build on the fly.