Skip to content

mohammad-rammal/VistaVoy-TOURS-API

Repository files navigation

VISTAVOY - README

A Node.js application for scalable web services.

=========================================

INSTALLATION:

  1. Clone the repository: $ git clone https://github.com/mohammad-rammal/VistaVoy-TOURS $ cd vistavoy

  2. Install dependencies: $ npm install

  3. Set up your environment: $ touch .env Add the following to the .env file:

    PORT=5000 MONGO_URI=mongodb://localhost:27017/

  4. Start the application: $ npm start

  5. Access the app: Open your browser and visit http://localhost:5000

=========================================