https://github.com/nasermirzaei89/fullstackgo
Sample Go Web Application
https://github.com/nasermirzaei89/fullstackgo
go golang web webapp website
Last synced: 7 months ago
JSON representation
Sample Go Web Application
- Host: GitHub
- URL: https://github.com/nasermirzaei89/fullstackgo
- Owner: nasermirzaei89
- License: mit
- Created: 2025-07-06T07:11:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-11T07:49:16.000Z (7 months ago)
- Last Synced: 2025-11-11T09:11:35.964Z (7 months ago)
- Topics: go, golang, web, webapp, website
- Language: Go
- Homepage:
- Size: 4.32 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FullStack Go
## Run
Copy `.env.example` to `.env` and update it.
For the first time run:
```shell
make dep
```
To run application:
```shell
make run
```
For using forgot-password you need to run:
```shell
docker run --name=mailpit -p 8025:8025 -p 1025:1025 axllent/mailpit
```
## Test
```shell
make test
```
to debug playwright tests set `PWDEBUG=1`