A campsite directory web application with Ruby on Rails.
Back:
- Ruby 3.1.2
- Rails 7.0.4
Gem:
- Front: Bootstrap 5 (customized)
- Test : TDD - to be confirmed
- Database: PostgreSQL
- Hosting: Railway
Clone the repository
git git@github.com:PaulineTW/taiwan-camps.git
cd taiwan-camps
First, install the gems required by the application:
$ bundle install
Initialize the database
$ bin/setup
Start rails server
$ bin/dev
You can find your app now by pointing your browser to http://localhost:3000.
Run Test
$ bin/rails test:system
$ bin/rails test:all
To be coming...