Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 698 Bytes

Code Challenge Instructions

This project consists of a backend Rails application and a frontend application. Follow the steps below to set up and run both applications locally.

Backend Setup

  1. Open your terminal and navigate to the backend directory.

  2. Run the Following Commands:

    rails db:migrate

    rails s

    rails db:seed

The backend server should now be running on http://localhost:3000.

Frontend Setup

  1. Navigate to frontend folder

  2. Run the Following Commands:

    pnpm install

    pnpm run dev

    (if you don't have pnpm in local set up use npm instead)

Open http://localhost:5173 in your browser. You should see two reservation cards displayed on the UI