Skip to content

CareerJSM/FullStackTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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