Skip to content

🏍 Inventory system with graphql + postgres + go

License

Notifications You must be signed in to change notification settings

padulkemid/pingvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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! ⭐️

About

🏍 Inventory system with graphql + postgres + go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages