Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagerworks/ror_interview
https://github.com/eagerworks/ror_interview
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eagerworks/ror_interview
- Owner: eagerworks
- License: mit
- Created: 2022-06-24T16:54:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T16:56:04.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:11:57.681Z (almost 2 years ago)
- Language: Ruby
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# RoR Interview
## Getting Started
1. You must have the following dependencies installed:
- Ruby 3
- See [`.ruby-version`](.ruby-version) for the specific version.
- Node 16
- See [`.nvmrc`](.nvmrc) for the specific version.
- PostgreSQL 13
- Redis 6.2
- [Chrome](https://www.google.com/search?q=chrome) (for headless browser tests)If you don't have these installed, you can use [rails.new](https://rails.new) to help with the process.
2. Run the `bin/setup` script.
3. Start the application with `bin/dev`.
4. Visit http://localhost:3000.## Information about Bullet Train
If this is your first time working on a Bullet Train application, be sure to review the [Bullet Train Basic Techniques](https://bullettrain.co/docs/getting-started) and the [Bullet Train Developer Documentation](https://bullettrain.co/docs).