ozcanozgur / Node-Express-Server

Backend implementation for demo app with NodeJS & ExpressJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Backend server implementation with

API definitions json file can be found at api-definitions folder. Or Use swagger api: /swagger

Start Development

To start development follow steps:

  • Install NodeJS
  • Install MySql Server
  • Run sql scripts
    • src/scripts/initdb.sql
    • src/scripts/inittable.sql
  • Install node modules npm install
  • Run npm start command npm start Development server is started on http://localhost:8787

Serve Production

To run app in production:

About

Backend implementation for demo app with NodeJS & ExpressJS


Languages

Language:JavaScript 100.0%