Skip to content

Shan533/RottenTomatoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A website to rate and write reviews for schools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors