Skip to content

saad07-x/Restaurant-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SET UP

$ mkdir Restaurant-Reviews $ cd Restaurant-Reviews $ npx create-react-app frontend $ mkdir backend $ cd backend $ npm init -y $ npm install express cors mongodb dotenv $ sudo npm install -g nodemon