REST API with DB
8 months ago
Description: A powerful Hono Backend with Drizzle and Postgres for Node.js/Bun
Category: Starters
2 Replies
4 months ago
I noticed in your scripts you added railway run
commands but won't this run prod keys in your local env? I generally use dev for .env.local env vars so curious what your workflow looks like.
4 months ago
I noticed in your scripts you added
railway run
commands but won't this run prod keys in your local env? I generally use dev for .env.local env vars so curious what your workflow looks like.
I did it for faster development setup. Whenever I need to start a new project I go to railway website start new project with the template and env there. then I just open the project in my code editor and I am ready to go