Skip to content

jsdelivrbot/market-trade-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

market-trade-backend

Node.js app using Express 4.

Deployed on: https://vast-plains-13972.herokuapp.com/

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/ximnta/market-trade-backend.git
$ cd market-trade-backend
$ npm install
$ npm start

The app should be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.3%
  • JavaScript 18.7%