Skip to content

ShivangiRai1310/Trip-Advisor

Repository files navigation

TRIP ADVISOR


ABOUT THE PROJECT


INITIALIZING THE PROJECT

  • Cloning the project into your system

    1. Using Git via cmd

      • If you don't have git already installed in your system, get the instructions from here on how to install git?

      • Once Git is installed, make an empty folder in your pc, lets say named "dbms".

      • Open your command line and cd into the directory where you have created dbms.

        For example:

         cd C:\Users\HP\Documents\dbms
        
      • Now to initialize "dbms" as an empty git repository use the following command

         git init
        
      • Now to clone the repository use the command:

         git clone https://github.com/ShivangiRai1310/dbms.git
        
    1. Using GitHub to download a zip

  • Other software requirements

    The PC should have the follwing softwares already installed

    1. Nodejs (preferable version 12.6.2 or higher)

    2. MySql workbench (preferable version 8.0.2 or higher)

    3. Chrome or any other updated browser.

RUNNING THE PROJECT

  • Import and connect the database to the project.

  • "cd" into your project directory and run the command

      node index.js
    

    The following things should be displayed after the command

    1. listening to port 5000
    2. connected to the database 'dbms'
  • Open chrome or any other browser and go to the localhost server 5000

The web-application can be accessed from here.

About

A web application designed to simplify the entire trip planning process for the end-user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors