https://github.com/khofesh/go-working-with-concurrency
https://github.com/khofesh/go-working-with-concurrency
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khofesh/go-working-with-concurrency
- Owner: khofesh
- Created: 2022-10-18T03:08:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T16:36:31.000Z (over 3 years ago)
- Last Synced: 2025-03-12T05:41:34.859Z (over 1 year ago)
- Language: Go
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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