Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

49 lines (39 loc) · 1.36 KB

Welcome to contributions of the Hotel Simplified

We follow a systematic git workflow:

  • Clone this repository on your local machine by typing the following command in terminal.
    https://github.com/Shouraya/Software-Engineering.git
    
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes.

Requirements

  • Node JS should be pre installed.
  • MongoDB should be pre installed.

Setup and Running of Project

Windows


  • Clone this repository on your local machine by typing the following command in terminal.

    https://github.com/Shouraya/Software-Engineering.git
    
  • Navigate to the project folder.

  • Run the following command to install the node_modules/ on your local system.

    npm i
    
  • Start the server by typing the following command.

    nodemon app.js
    
  • Runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.

    The page will reload if you make any changes and save it.

Linux

Coming Soon

OS X

Coming Soon

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update your local repository.