voidnowhere / RestaurantReviewsWEB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant Reviews WEB & Restaurant Reviews API

Demonstration

RestaurantReviews.mp4

Clone repository

git clone https://github.com/voidnowhere/RestaurantReviewsWEB.git

Set up environment

Change current directory to RestaurantReviewsWEB

cd RestaurantReviewsWEB

Create .env file

copy .env.example .env

Fill env var VITE_BASE_URL in .env with the backend URL

image

Install dependencies

npm install

Run APP

npm run dev

About


Languages

Language:JavaScript 99.1%Language:HTML 0.9%