/Web-app-for-rating-movies

This is a web app for movie rating build with React, Express, Node and MongoDB

Primary LanguageJavaScript

MERN

This is Web-App build in React Node Express Mongo

Server SetUp

cd server
npm i
node index.js

Client SetUp

cd cleint
npm i
npm start