-
Clone the repository to your local machine:
git clone https://github.com/vivekbopaliya/clienter.git
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory of the project and paste the following environment variables, filling in the values appropriately:DATABASE_URL=your_database_url_here NEXT_PUBLIC_JWT_SECRET=your_jwt_secret_here NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name_here NEXT_PUBLIC_CLOUDINARY_API_KEY=your_cloudinary_api_key_here NEXT_PUBLIC_CLOUDINARY_API_SECRET=your_cloudinary_api_secret_here
Note: Ensure you have set up a MongoDB database and have an account on Cloudinary to obtain these credentials.
-
Create a folder named
filse
notfiles
inside your Cloudinary account as all the files will be stored in this folder.
To run the application in development mode, execute the following command:
npm run dev
And you are good to go.
Check out the live demo and auth error handling of this app here.