Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 590 Bytes

File metadata and controls

27 lines (21 loc) · 590 Bytes

How to setup

Set up the API,DB,APP

  • API : running with nodemon
  • APP : using parcel
  • DB: Setup in Clousd server change the .env.example to .env with replacing .env placeholder

Using the npm requirement is to have node installed, works any v12 or above.

API

  • go to api repo from root.
  • commands : npm install -- install node modules and dependencies npm run build -- build npm run start -- start

port : 3000

APP

  • go to app folder in root.
  • commands
    • npm install - install node_modules
    • npm run start - run the application

port ; 1234