webapp

command module
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2022 License: MIT Imports: 15 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL