Skip to content

steph53/MonDocta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

MonDocta

This project is a Fullstack ecommerce project based on the opensource project medusaJS. The front-end which is the storefront is made using NextJs Framework together with the React Library hosted on vercel. The Backend however is hosted on GCP together with a Postgres DB.

To run the app locally

  • Clone the monorepository consisting of backend and frontend

  • Download Postgres locally and install

  • Set the mondocta .env variables for

  • Set the mondocta-storefront .env variables for

  • install medusa CLI package npm i @medusajs/medusa-cli

  • Run npx medusa seed in the terminal in Mondocta(Backend) direectory to seed the database

  • Run the backend npm dev

  • Navigate to the storefront (mondocta-storefront) and run it as well using npm dev