Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 1.72 KB

README.md

File metadata and controls

83 lines (42 loc) · 1.72 KB

⚛️ Fullstack MERN Ecommerce

images

📒 The PDF version of my thesis is available for download ➡️ here.

🛒 Ecommerce

MERN.mp4

👷 Quickstart Guide

Make sure you have your own credentials:

  • in backend/.env file for MONGO_URI variable
  • frontend/src/pages/user/UserOrderDetailsPage.js for PayPal client-id
  1. Open terminal on the frontend folder and run "npm install"
  2. Open terminal on the backend folder and run "npm install"
  3. Having terminal opened on the backend run "npm run dev" to run the application
  4. Optionally run seeders by running "npm run seed:data" (being in the backend folder)

👀 Demo Website

This application is deployed on Render Please check it out 😄 here.

🛠️ Setting Up the Application

Clone the Repository 🐙

$ git clone https://github.com/ChrisZaikis/zaikis_dipl.git
$ cd project
$ npm install

🌟 Start development

$ npm run dev

Simple build for production

$ npm run build

Run build for production

$ npm start

💻 Technologies

📕 License

This project is licensed under the MIT License - see the LICENSE file for details.