Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 414 Bytes

Readme.md

File metadata and controls

13 lines (12 loc) · 414 Bytes

ST-2 BEE Project

To run the project run the following commands

  1. add your own mongodb url in the mongoose.connect() function in mongoose.js file in lib folder of server
  2. run the following commands in the terminal
    1. npm i -g pnpm
    2. cd backend
    3. pnpm install
    4. pnpm run dev
  3. open another terminal and run the following commands
    1. cd frontend
    2. pnpm install
    3. pnpm run dev