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

https://github.com/khofesh/go-working-with-concurrency


https://github.com/khofesh/go-working-with-concurrency

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go Working with Concurrency

# final project

## packages

```shell
go get github.com/jackc/pgconn
go get github.com/jackc/pgx/v4
go get github.com/alexedwards/scs/v2
go get github.com/alexedwards/scs/redisstore
go get github.com/go-chi/chi/v5
go get github.com/go-chi/chi/v5/middleware
go get github.com/jackc/pgx/v4/stdlib
go get github.com/vanng822/go-premailer/premailer
go get github.com/xhit/go-simple-mail/v2
go get github.com/phpdave11/gofpdf
go get github.com/phpdave11/gofpdf/contrib/gofpdi
```

we'll update pgx to v5 later

## docker

```shell
mkdir -p db-data/postgres
mkdir -p db-data/redis
docker-compose up -d
```

## admin
email: admin@example.com

password: verysecret

# References