tongueroo / jets-hello-examples

Jets Hello World Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 54.2%Language:HTML 31.1%Language:JavaScript 13.4%Language:CSS 1.4%