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

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

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)