Getting Started Running Backend App

#Instalation

  1. Select Dropdown nav 'Code', then copy link HTTPS or SSH
  2. open your file location for save project
  3. Right Click in your file location, choose GIT BASE HERE
  4. After be open, type "git clone + paste link HTTPS or SSH", click ENTER, Example:

alt text

  1. open your project in VS Code
  2. open your terminal in VS Code, type 'npm i', for install all package
  3. type 'npm run dev', for running the backend

alt text