Categorygithub.com/manifeste-info/webapp
modulepackage
0.2.5
Repository: https://github.com/manifeste-info/webapp.git
Documentation: pkg.go.dev

# README

Manifeste !

Development

Start the development stack

Create a .env file following the format:

POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=manifeste

SES_SMTP_USER=xxx
SES_SMTP_PASS=xxxxxxx
SES_SMTP_HOST=email-smtp.xxxx.amazonaws.com
SES_SMTP_PORT=587

Then you can start the stack:

docker-compose build && docker-compose up

Migrate the databases

Once the PostgreSQL container is running, you can migrate the database:

export POSTGRESQL_URL="postgres://user:password@localhost:5432/manifeste?sslmode=disable"
migrate -database ${POSTGRESQL_URL} -path db/migrations up

(migrate tool is required).

Then you're ready to go!

License

MIT

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author