tongueroo / jets-demo-crud

Live Jets Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Jets Project

BoltOps Badge

This project demonstrates basic CRUD.

Local Setup

git clone https://github.com/tongueroo/jets-example-crud-html.git demo
cd demo
bundle update
bundle install
jets db:create db:migrate
jets server

The jets server commands starts a local server and which you can go to at:

Deploy to AWS

cd demo
vim .env.development.remote # add DATABASE_URL
jets deploy

Go to the API Gateway url that is provided at the end of the jets deploy command.

Resources

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

About

Live Jets Demo


Languages

Language:HTML 48.3%Language:Ruby 35.4%Language:JavaScript 11.0%Language:Shell 2.5%Language:SCSS 1.6%Language:Procfile 1.3%