You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-06 22:32:51 +02:00
Completed implimentation of forgot password
This commit is contained in:
@ -381,7 +381,7 @@ schema migrations before running any unit tests.
|
||||
To login to the local Postgres container, use the following command:
|
||||
```bash
|
||||
docker exec -it saas-starter-kit_postgres_1 /bin/bash
|
||||
bash-4.4# psql -U postgres shared
|
||||
bash-5.0# psql -U postgres shared
|
||||
```
|
||||
|
||||
The example project currently only includes a few tables. As more functionality is built into both the web-app and
|
||||
|
Reference in New Issue
Block a user