Tommy Parnell 6e18c2c7ef init
2022-04-07 10:18:09 -04:00
2022-04-07 10:18:09 -04:00
2022-04-07 10:18:09 -04:00
2022-04-07 10:01:20 -04:00
2022-04-07 10:01:20 -04:00
2022-04-07 10:01:20 -04:00
2022-04-07 10:01:20 -04:00
2022-04-07 10:07:52 -04:00
2022-04-07 10:01:20 -04:00
2022-04-07 10:18:09 -04:00
2022-04-07 10:18:09 -04:00
2022-04-07 10:07:52 -04:00
2022-04-07 10:07:52 -04:00
2022-04-07 10:01:20 -04:00
2022-04-07 10:01:20 -04:00

Deploy to Heroku

Remix stack for heroku

This is a very simple remix stack built for heroku. This includes:

  • dotenv to load environment variables
  • Postgres Sql for a datastore
  • Prism ORM for database queries

How to use this?

run npx create-remix@latest --template terribledev/remix-heroku

Developing

You can use docker-compose up -d to boot postgres locally, and the connection strings you need are in .env.

You should make an .env.development file to store all your local environment settings to keep out of git

Description
A remix stack for deploying remix to heroku with postgres
Readme 202 KiB
Languages
TypeScript 93.2%
JavaScript 5.6%
Procfile 1.2%