Answart / next-store

React e-commerce app where users can buy, update, or sell products. It uses React's Next.js and GraphQL's Apollo frameworks and the Cloudinary and Stripe APIs. :electron: :pushpin: :construction:
MIT License
30 stars 2 forks source link

about server prisma init #2

Open flyingtango opened 5 years ago

flyingtango commented 5 years ago

According to the readme, I run "prisma init" and "prisma deploy" in the local /server file path. After that, I found the datamodel is newly generated. How can I successful set up prisma locally?

Answart commented 5 years ago

I've updated the readme with a more detailed walkthrough of the server setup. Let me know if that helps!