Skip to content
Discussion options

You must be logged in to vote

You don't need a MongoDB JSON file. Just follow these steps:
1- Create a DB in mongodb.com
2- Connect it to the project (in env file).
3- Setup db with: npx prisma db push command.
4- Create a user in the Database with raw password:

   email: "",
   hashedPassword: ""
   name: "" 

5- Login to Admin panel and start creating categories, brands and products 🚀

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vietthang09
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants