Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 565 Bytes

ReadMe.md

File metadata and controls

22 lines (19 loc) · 565 Bytes

Main README

Index

Getting Started

  1. Navigate to backend from project directory:
    cd backend
    run:
    npm i cors express mongoose nodemon
    npm start

  2. Terminal will indicate backend port and database connection messages.
    "Listening on port: ****"
    "Established a connection to the upFurnish database"

  3. 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