Ceylon-Odyssey

Ceylon Odyssey is a Tourism / Tour Package Management System developed using MERN stack.

Stars
0
Committers
2

Ceylon Odyssey - Tour Package Management System

Installation

  1. Clone the repository:

    git clone https://github.com/DinithaFdo/Ceylon-Odyssey.git
    
    
  2. Navigate to the project directory:

    cd Ceylon-Odyssey
    
    
  3. Install root dependencies::

    npm i
    
    
  4. Navigate to the frontend directory and install dependencies:

    cd frontend
    npm i
    
    
  5. Go back to the root directory:

    cd ..
    
    
  6. Navigate to the backend directory and install dependencies:

    cd ..
    npm i
    
    
  7. Create a .env file in the backend folder:

    Add the following line to the .env file:

    MONGO_URI="Your MongoDB URI"
    
    
  8. Run the application from the root directory:

    npm start