v-erse / go-rest-db-auth

Simple backend REST API with auth written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:HTML 48.1%Language:Go 45.3%Language:CSS 4.5%Language:JavaScript 2.1%