https://github.com/wildanfaz/backendgolang2_week9
Vehicle Rental server-side apps
https://github.com/wildanfaz/backendgolang2_week9
go golang jwt
Last synced: 5 months ago
JSON representation
Vehicle Rental server-side apps
- Host: GitHub
- URL: https://github.com/wildanfaz/backendgolang2_week9
- Owner: wildanfaz
- Created: 2022-09-15T04:45:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T11:59:29.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T01:40:56.771Z (about 2 years ago)
- Topics: go, golang, jwt
- Language: Go
- Homepage:
- Size: 5.69 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Golang 2 Week 9
Vehicle Rental server-side part 2
## Clone
```bash
git clone https://github.com/wildanfaz/backendgolang2_week9.git
```
## Dependencies
```bash
go mod tidy
```
## Features
- CRUD
- Search Query
- Hashing Password (bcrypt)
- JWT
- Authentication
- Authorization
- Cobra Command
- DB Migration
## DB Migration
Migrate
-
```bash
go run main.go migrate --up
```
Rollback
-
```bash
go run main.go migrate --down
```
## Tech Stack
**Client:** -
**Server:** Golang, PostgreSQL, GORM, Gorilla/mux
## Author
- [@wildanfaz](https://www.github.com/wildanfaz)