Skip to content

Releases: Vignesh025/CampX

First Release

29 Aug 07:36
27ea256
Compare
Choose a tag to compare

CampX v0.1.0 - Initial Release

Summary

The first official release of CampX. This version provides core functionality for discovering, reviewing, and managing campgrounds globally.

Features

  • Campground Search: Browse and search campgrounds worldwide.
  • User Reviews: Submit and read reviews on campgrounds.
  • Campground Management: Add, edit, and delete your own campground entries.
  • Interactive Maps: View campground locations on a map.
  • Responsive Design: Optimized for both desktop and mobile use.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/CampX.git
    cd CampX
    
  2. Install dependencies:

    npm install
    
  3. Set up environment variables:

    DATABASE_URL=your_mongo_atlas_url
    CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
    CLOUDINARY_API_KEY=your_cloudinary_api_key
    CLOUDINARY_API_SECRET=your_cloudinary_api_secret
    
  4. Start the application:

    npm start
    

License

This project is licensed under the MIT License.

Full Changelog: https://github.com/Vignesh025/CampX/commits/v0.1.0