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
- Host: GitHub
- URL: https://github.com/rezairfanwijaya/auth-jwt-golang-react-backend
- Owner: rezairfanwijaya
- Created: 2022-05-19T06:31:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T07:06:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T18:17:56.024Z (3 months ago)
- Topics: api, backend, go, jwt, mysql, rest
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 /
```