27 lines
228 B
Markdown
27 lines
228 B
Markdown
# National Parks Demo App
|
|
|
|
## Prerequisites
|
|
|
|
- Ruby 3.4.7
|
|
- Bundler
|
|
|
|
### Deps
|
|
|
|
- Ruby 3.4.7
|
|
- Rails 8.0.3
|
|
- SQLite
|
|
|
|
## Getting started
|
|
|
|
```
|
|
bundle install
|
|
bin/rails db:prepare
|
|
bin/rails server
|
|
```
|
|
|
|
## Testing
|
|
|
|
```
|
|
bin/rspec
|
|
```
|