Your most affordable Inventory system. 😎
This is the backend part, check out the client here!
go-pg
for postgres connection.gqlgen
for graphql things.chi
for adding middlewares to routers.godotenv
for those envar things.gorilla/websocket
for websocket transport middleware.bcrypt
hash all the things.jwt
for creating user auth tokens.
- Clone this repo.
- Fill out the
.env
given ( DON'T FORGET TO DELETE THE_template
SUFFIX ). createdb
the DB you want to use.go get
all the things.- Edit stuffs.
- I recommend you to run using
air
, click here! - Have fun!
MIT
Please give this repo a star if you like it! ⭐️