/go-rest-db-auth

Simple backend REST API with auth written in Go.

Primary LanguageHTML

Simple backend REST API with auth written in Go.

dashboard

(It shows password hash and salt only for testing purposes, to make sure everything's working)

Features:

  • SQLite database
  • Secure auth (passwords encrypted and salted)
  • User sessions (in-memory session store)
  • Basic html dashboard

Libraries/packages used:

How to use:

  • clone
  • npm install
  • npm run build to generate css with Tailwind and Postcss
  • cd src and go run . to start server