-
Navigate to backend from project directory:
cd backend
run:
npm i cors express mongoose nodemon
npm start
-
Terminal will indicate backend port and database connection messages.
"Listening on port: ****"
"Established a connection to the upFurnish database" -
Navigate to the frontend from the backend:
cd ../upFurnishClient
run:
npm run dev
open in browser:
http://127.0.0.1:5173/
Back to index