This is my first try using the PERN (Postgres, Express, React and NodeJS) Stack for the fullstack web application development.
- Create Restaurants
- Review Restaurants`
- Star Rating
Use the package manager yarn or npm to run yelp clone. use npm install
instead of yarn
if you are using node package manager (npm)
cd client && yarn
cd ..
cd server && yarn
Run the Server
cd server
yarn start
Run the Client in a different terminal
cd client
yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update and create tests as appropriate.