Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 317 Bytes

server.md

File metadata and controls

18 lines (14 loc) · 317 Bytes

Installation Steps for Backend/Server

  1. Install the application dependencies.

    npm install
  2. Create and copy the .env.example file to .env.

    cp .env.example .env
  3. Configure the variable in the .env file.

  4. Start the server.

    npm run dev