- Auth
- Posts
- Comments
- Tags
First, you need to run backend server, you can clone and setup the repository from here.
Once the server is up and running, you can follow the below steps to add dummy data.
Use the command node scripts/dummyData.js
to add dummy data after adding proper environment variables.
Copy .env.local.example
to .env.local
and add configuration.
Run the command npm run dev
to start the next.js server.