Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 330 Bytes

#Book Exchange

Run server

make sure local mongodb run on default port. run the code in terminal: cd server npm i node index.js

Run client

run the code in terminal: cd client npm i npm start Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.