This project was set up using medusa and the next.js prebuilt storefront.
- this is the backend. It's connected to a vercel postgres db
- to run it, cd into folder and run
npm run dev
to start the server
- this is the next.js store front.
- to run it, cd into folder and run
npm run dev
to start the server