Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 585 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 585 Bytes

Qode

Project

Our project name is Qode and it is Q&A platform

Info

  • Framework : Node.js Express
  • Database : MySQL
  • Storages : RaspberryPi

Installation

before getting start, you should install modules by using npm

npm install

Getting Start

souce code for starting the server is in /index.js

node index.js

or if you installed nodemon

npm run start