Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 506 Bytes

File metadata and controls

29 lines (20 loc) · 506 Bytes

narrative-assignment

Problem Statement

Video

To run the frontend, follow these steps:

  1. Navigate to the frontend directory:
    cd frontend
  2. Install the necessary dependencies:
    npm install
  3. Start the development server:
    npm run dev
    

To run the server, follow these steps:

  1. Navigate to the server directory:
    cd server
  2. Start the server using Docker Compose:
    docker-compose up