Skip to content

scottmtraver/simple-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Car Server

Features:

  • Responds to all requests with a list of available cars and prices format: [ { name: 'car-name', price: 1234 } ]
  • IF request contains tax=true an 18% tax is applied to each cars price
  • Runs on port 8001

Before you run the app you will need express through:

npm install

To run the car server on localhost:8001 use the command:

node server.js

About

Simple Static Car Store Node Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published