Skip to content
ARBIND LOCHAN MISHRA edited this page Mar 21, 2021 · 1 revision

Frontend

  • git clone git@github.com:Arbind007/somoist.git
  • npm install
  • cd somoist
  • npm start

Backend

  • git clone -b backend git@github.com:Arbind007/somoist.git
  • install node
  • For mac(Mongo.db)
    • brew tap mongodb/brew
    • brew install mongodb-community@4.4
  • npm install express
  • npm install cors
  • npm install serialport
  • node server.js

Arduino

  • Upload the code present in /backend/tempnode/tempnode.ino to your arduino

Clone this wiki locally