Skip to content

IamSumitJangid/ReviewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReviewsApp

Overview

ReviewsApp is a web application that allows users to manage reviews with live updates. It includes both a backend and a frontend component.

Getting Started

Follow these steps to set up and run the application:

1. Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/IamSumitJangid/ReviewsApp.git
cd ReviewsApp

# ReviewsApp
# after cloning the repo

cd backend

## create .env file
DB_HOST="DB_URI"
PORT=3000

npm i
npm start

# new terminal

cd frontend
npm i
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published