/pingvent

🏍 Inventory system with graphql + postgres + go

Primary LanguageGoMIT LicenseMIT

Pingvent 📖

Your most affordable Inventory system. 😎
This is the backend part, check out the client here!

Stacks 📚

  • 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.

Contributing 👉🏻👈🏻

  1. Clone this repo.
  2. Fill out the .env given ( DON'T FORGET TO DELETE THE _template SUFFIX ).
  3. createdb the DB you want to use.
  4. go get all the things.
  5. Edit stuffs.
  6. I recommend you to run using air, click here!
  7. Have fun!

License 💳

MIT

Footnotes 🐾

Please give this repo a star if you like it! ⭐️