Releases: Vignesh025/CampX
Releases · Vignesh025/CampX
First Release
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
-
Clone the repository:
git clone https://github.com/yourusername/CampX.git cd CampX
-
Install dependencies:
npm install
-
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
-
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