/craftspace-frontend

frontend code for art ordering system made with nuxt.js and Django. Uses 3D images with complete e-commerce features.

Primary LanguageCSS

craftspace-frontend

Frontend code for art ordering system made with vue.js and django.

Requirements

What you need to run the app.

  1. Node.js installed, you can check for more info on installation here.
  2. Yarn, a node dependency manager. To install, follow this link.

Setup

  1. Clone the repository.

  2. Make a .env file from the provided .env.example file and paste the following values

     baseURL=http://127.0.0.1:3000
     baseAPIUrl=http://127.0.0.1:8000/api/v1/
    

Build Setup

  1. While at the root of the project directory, run yarn install to install dependencies.
  2. After installation of the dependencies, run yarn dev to spin up the local development server.
  3. Open your browser at 127.0.0.1:3000 to view the app.

DISCLAIMER: make sure that the django backend app is running as well, instructions on setup have been included at the backend README file.

For detailed explanation on how things work, check out Nuxt.js docs.