This app is built with Buffalo
docker-compose up -dNote: It's recommended to read the getting started guide and a few things regarding buffalo from here
docker-compose -f dev.docker-compose.yml up --build (Note: every time that you save a file the app will be recompiled and restarted)database.yml file in order to connect the app to your PostgreSQL instanceGITHUB_TOKENJWT_SECRETbuffalo db create -abuffalo db migratebuffalo task db:seedbuffalo dev(Note: This will watch the current directory and it will recompile and restart the app every time there is a change in your files)Content type
Image
Digest
Size
15.1 MB
Last updated
over 6 years ago
docker pull ossn/fixme-backend