Installation
Make sure you follow the installation instructions correctly and thoroughly.
Requirements
- Node.js: v16.17.1
- NPM: v8.19.2
- MongoDB Server: v3.6.8
- Cloudinary Account
Getting Started
Step 1: Rename .env.example file to .env and complete the required environment variables.
Step 2: Install dependencies.
npm install
Step 3: Run the app in development mode.
npm run dev