https://github.com/raihaninfo/activita
Activita: A minimal Go project with user authentication ready out of the box.
https://github.com/raihaninfo/activita
docker go golang gorm postgresql
Last synced: about 1 year ago
JSON representation
Activita: A minimal Go project with user authentication ready out of the box.
- Host: GitHub
- URL: https://github.com/raihaninfo/activita
- Owner: raihaninfo
- Created: 2022-07-25T07:04:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T01:31:20.000Z (over 2 years ago)
- Last Synced: 2025-04-19T14:49:35.347Z (about 1 year ago)
- Topics: docker, go, golang, gorm, postgresql
- Language: Go
- Homepage: http://realtime.lxroot.cloud
- Size: 26.2 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)