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

https://github.com/rezairfanwijaya/auth-jwt-golang-react-backend


https://github.com/rezairfanwijaya/auth-jwt-golang-react-backend

api backend go jwt mysql rest

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# BACKEND
Ini merupakan repository yang berisi kode yang dibuat sebagai `backend` dari project JWT-AUTH-GOLANG-REACT.

Untuk bagian `frontend` bisa dilihat di repository berikut [FRONTEND](https://github.com/rezairfanwijaya/Auth-JWT-Golang-React-FRONTEND)

Repository ini berisi beberapa path api yang bisa diconsume oleh frontend. Beberapa list api yang bisa digunakan adalah

#### Regsiter
```
POST /api/register
```

#### Login
```
POST /api/login
```

#### User Logged in Successfully
```
GET /api/user
```

#### Logout
```
GET /api/logout
```

#### Show All User
```
GET /
```