Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 434 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 434 Bytes

activita

Activita (todo activity) Golang Complete Real-Life Project

Features

  • Register
  • Login
  • Email Verification
  • Profile Update
  • Profile Delete
  • Password reset
  • Add Activity
  • Update Activity
  • Delete Activity
  • Search Activity
  • Logout

UI

  • Html
  • Bootstrap
  • JS Data Table

Backend

  • Go Programming Language
    • routing (gorilla/mux)
    • session (gorilla/session)
  • Database
    • PostgresSQL
    • orm (gorm)