A Node.js application for scalable web services.
=========================================
-
Clone the repository: $ git clone https://github.com/mohammad-rammal/VistaVoy-TOURS $ cd vistavoy
-
Install dependencies: $ npm install
-
Set up your environment: $ touch .env Add the following to the .env file:
PORT=5000 MONGO_URI=mongodb://localhost:27017/
-
Start the application: $ npm start
-
Access the app: Open your browser and visit http://localhost:5000
=========================================