Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

A simple node application based in airbnb.com

Notifications You must be signed in to change notification settings

coderdiaz/node-airbnb-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb Clone

A simple node application based in Airbnb.com.

Used tools

  • Node.
  • Express.js.
  • MongoDB & Mongoose.
  • Jade for templating.

Development

# Install dependencies.
$ yarn install

# Start project.
$ yarn start

# Go to localhost on port 3000 in a browser. Note: If you specified a custom port on environment go to it.

Made with fingers and pizzas.