npm install
Create a .env file in the root and add the following. You can see .env.example for format.
NODE_ENV=development
PORT=5000
MONGO_URI="Your mongo uri"
JWT_SECRET="Anything you like"
CLOUDINARY_URL ="your cloudinary url"
CLOUDINARY_UPLOAD_PRESET = "your cloudinary preset "
Create a .env file in the frontend folder and add the following. You can see .env.example for format.
npm run data:import
npm run dev