Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 397 Bytes

File metadata and controls

33 lines (21 loc) · 397 Bytes

Rooms reservation Application

Technologies

  • React.js
  • JSON Fake Server

Version

1.0.0

Usage

  • In app.js rename the mongoose connection to database to your own or download mongodump files from repository

Installation

Install the JSON server

$ npm install -g json-server

Then run

$ json-server --watch db.json port=3000

Run app

$ npm start