Back adalah api repositori untuk project assesment flutter : https://github.com/yudhifadilah/flutter-assesment
DB: MYSQL
API TEST GET ALL localhost:8080/api/notes
GET by ID localhost:8080/api/:id
POST localhost:8080/api/notes
PUT localhost:8080/api/notes/:id
DELETE localhost:8080/api/dell/:id
Gin : https://github.com/gin-gonic/gin
Gorm : https://github.com/go-gorm/gorm
Gorm mysql driver : https://github.com/go-gorm/mysql
- JWT
- Register Feature : localhost:8080/api/user/register
- Login Feature : localhost:8080/api/user/login Username and Password
- Logout Feature : localhost:8080/api/user/logout Add Token to Auth