Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 429 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 429 Bytes

Mobeom Server

Project

Info

  • Framework : Node.js Express
  • Database : MySQL

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 app.js

or if you installed nodemon

npm run start