Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.17 KB

File metadata and controls

59 lines (45 loc) · 1.17 KB

Rotten Potatoes

An AI-Powered Platform for all your needs in UX Apps.

Table of Contents

Installation

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm

Clone the Repository

git clone https://github.com/yourusername/rotten-potatoes.git
cd rotten-potatoes

Environment Setup

Frontend

  1. Navigate to the client directory:

    cd client
  2. Install the required dependencies:

    npm install

Backend

  1. Under the root directory:

  2. Install the required dependencies:

    npm install
  3. Create a .env file in the server directory and add your environment variables.

Running the Application

Frontend

To start the frontend development server, run the following command in the client directory:

npm run dev

Backend

To start the backend server, run the following command in the server directory:

npx nodemon server/server