A web application to help you find your next rental property.
Here are some of the current features that Property Paradise has:
Property Paradise uses the following technologies:
.env
FileRename the env.example
file to .env
and fill in the following environment variables:
MONGODB_URI
.GOOGLE_CLIENT_ID
and GOOGLE_CLIENT_SECRET
.NEXTAUTH_SECRET
. You can generate with the following command:openssl rand -base64 32
CLOUDINARY_CLOUD_NAME
, CLOUDINARY_API_KEY
, and CLOUDINARY_API_SECRET
.NEXT_PUBLIC_MAPBOX_TOKEN
.NEXT_PUBLIC_GOOGLE_GEOCODING_API_KEY
.npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License - see the LICENSE.md file for details