Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tongueroo/jets-demo-crud
Live Jets Demo
https://github.com/tongueroo/jets-demo-crud
Last synced: about 1 month ago
JSON representation
Live Jets Demo
- Host: GitHub
- URL: https://github.com/tongueroo/jets-demo-crud
- Owner: tongueroo
- Created: 2018-08-19T01:35:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T04:23:13.000Z (12 months ago)
- Last Synced: 2024-10-14T22:16:44.208Z (3 months ago)
- Language: HTML
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter Jets Project
[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)
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 serverThe `jets server` commands starts a local server and which you can go to at:
* http://localhost:8888
* http://localhost:8888/posts## Deploy to AWS
cd demo
vim .env.development.remote # add DATABASE_URL
jets deployGo to the API Gateway url that is provided at the end of the `jets deploy` command.
## Resources
* Blog Post: [Jets Tutorial: CRUD App](https://blog.boltops.com/2018/09/07/jets-tutorial-crud-app-introduction-part-1)
* Here's the link to the [Live CRUD Demo](https://demo.rubyonjets.com/)If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!