/westerngravel2

Western Gravel website

Primary LanguageJavaScript

Main README

Index

Getting Started

  1. Navigate to backend from project directory:
    cd wg 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 ../client wg
    run:
    npm run dev
    open in browser:
    http://127.0.0.1:5173/
    Back to index