Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 297 Bytes

Web Development with Go v2

Frontend - HTML, Tailwind CSS

Backend - Go

Rest API - Dropbox

Database - Postgresql/Adminer

Password encryption - bCrypt

3rd. Dependencies:

Chi router - github.com/go-chi/chi/v5 //v5.0.7

pgx - github.com/jackc/pgx/v5 //v5.0.4

csrf - github.com/gorilla/csrf