Skip to content

tongueroo/jets-hello-examples

Repository files navigation

Jets Hello World Examples

BoltOps Badge

Introductory Hello Examples with Jets.

Here's the blog post: Hello World Examples: Jets Introduction Series Part 4

Setup

git clone https://github.com/tongueroo/jets-hello-examples hello
cd hello
# edit config/database.yml with the desired database endpoint
bundle
jets db:create db:migrate
jets server # start server

Now you should be able to go to these urls to see the app.

Deploy

Next, we'll deploy the app to AWS Lambda with jets deploy.

cd demo
vim .env.development.remote # add your env variables
jets deploy

Thank You

If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!

More Examples

Jets Examples

About

Jets Hello World Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published