An AI-Powered Platform for all your needs in UX Apps.
Make sure you have the following installed:
- Node.js
- npm
git clone https://github.com/yourusername/rotten-potatoes.git
cd rotten-potatoes
-
Navigate to the client directory:
cd client -
Install the required dependencies:
npm install
-
Under the root directory:
-
Install the required dependencies:
npm install
-
Create a
.envfile in theserverdirectory and add your environment variables.
To start the frontend development server, run the following command in the client directory:
npm run devTo start the backend server, run the following command in the server directory:
npx nodemon server/server