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

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

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`