Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshadhin committed Apr 17, 2021
1 parent 88e840b commit 47a021e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ For any fiber go application, just clone the repo & rename the application name.
[Fiber](https://gofiber.io/) is an Express.js inspired web framework build on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for **fast** development with **zero memory allocation** and **performance** in mind.

## Tools & Libraries used
- Golang 1.16
- PostgreSQL
- [Golang 1.16+](https://golang.org/doc/go1.16)
- [PostgreSQL](https://www.postgresql.org/)
- [Docker](https://www.docker.com/get-started)
- [Fiber framework](https://github.com/gofiber/fiber)
- [JWT](https://github.com/form3tech-oss/jwt-go)
Expand Down Expand Up @@ -141,7 +141,7 @@ DB_MAX_LIFETIME_CONNECTIONS=10

## 🔨 Docker development

- Install **`docker`** & **`golang-migrate`**
- Install **`docker`**, **`docker-compose`** & **`golang-migrate`**
- Rename `.env.example` to `.env`
- Start db container `docker-compose up db`
- Run migrations `make migrate.up`
Expand Down Expand Up @@ -177,4 +177,4 @@ DB_MAX_LIFETIME_CONNECTIONS=10

## ⚠️ License

MIT © [H.R. Shadhin](https://github.com/hrshadhin)
[MIT](https://opensource.org/licenses/MIT) © [H.R. Shadhin](https://github.com/hrshadhin)

0 comments on commit 47a021e

Please sign in to comment.