Giter Site home page Giter Site logo

rental-dhoondo's Introduction

Rental Dhoondo

Rental Dhoondo is a comprehensive full-stack application designed to help you find the best rentals in your vicinity. Built on the MongoDB/Express/Node (MEN) stack, the application follows a RESTful architecture and is styled using the Bootstrap 5 framework. It incorporates user authentication for a secure experience and seamlessly integrates Google Maps for precise location information.

Features

  • MEN Stack: Utilizing MongoDB for the database, Express for the backend, and Node for server-side scripting, Rental Dhoondo ensures a robust and scalable foundation.
  • Bootstrap 5 Styling: The application boasts an intuitive and visually appealing user interface crafted with the Bootstrap 5 framework.
  • User Authentication: Secure your experience by authenticating users, ensuring that only authorized individuals can access and interact with the platform.
  • Google Maps Integration: Gain geographical insights into rental locations through seamless integration with Google Maps.

Getting Started

To run this project locally, follow these steps:

Prerequisites

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/AaryakPrasad/rental-dhoondo.git
    
  2. Navigate to the project directory:

    cd rental-dhoondo
    
  3. Install dependencies:

    npm install
    

Configuration

  1. Create a .env file in the root of the project and set the following variables:
    CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
    CLOUDINARY_API_KEY=your_cloudinary_api_key
    CLOUDINARY_API_SECRET=your_cloudinary_api_secret
    MAPS_API_KEY=your_maps_api_key
    DB_URL=your_mongodb_connection_string
    SESSION_SECRET=your_session_secret
    

Running the Application

  1. Start the MongoDB server:

    mongosh
    
    mongod
    
  2. Run the application:

    nodemon app.js
    
  3. Open your browser and visit http://localhost:3000/ to access Rental Dhoondo locally.

rental-dhoondo's People

Contributors

aaryakprasad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.