Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 666 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 666 Bytes

demo of app

A traveling destination app using RESTful API architecture, backed up by Mongo database. A user can add a city they want to travel, edit that city's info and delete a city. The app is hosted on Heroku server and you can play the app by clicking here.

How to run

start MongoDB server (you can either start it locally and use online database solutions such as mlab)

run npm start