Simple Shop Website

  • This project about creating a demo project for Simple Shop System as UI tool:

Project Requirements

  • This project is about visualizing the UI of the backend project as it's main dependency.

Installation instructions

  • Clone project : `git clone https://github.com/seiftahawy54/nuxt-basic-shop.git
  • Create .env file for environment variables : touch .env
  • Add important variables before running the app:
    • VITE_BACKEND_URL : to connect to project's backend. (default is http://127.0.0.1:3000/api)
    • VITE_STATIC_URL : to connect the backend static files (default is http://127.0.0.1:3000/)
  • Install dependencies : yarn install
  • Run the project in dev mode : yarn dev will start by default on http://localhost:3001

Production

Build the application for production: