Skip to content

v-erse/go-rest-db-auth

Repository files navigation

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

About

Simple backend REST API with auth written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published