Skip to content

Backend implementation for demo app with NodeJS & ExpressJS

Notifications You must be signed in to change notification settings

berkesonmez/Node-Express-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published