An open API service indexing awesome lists of open source software.

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.

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)