Giter Club home page Giter Club logo

la-virtuele's Introduction

La Virtuele

Official Website of La Virtuele Streetwear Clothing Store

Setting Up Development Server

Before you proceed in to the next step, you will need to have both Python and Node installed in your machine.

First Time Setup

Run the shell script.

setup.sh

You only need to do this once.

Running The Development Server

This project has a completely separated client and server app.

Run Django Server

You need a python virtual environment (named 'env' if possible) inside the backend directory.
If you named your virtual environment other than 'env', kindly change the djserver.sh script to your needs.
The djserver.sh script may be slow since it's always installing the requirements and check for migrations.

# Create the env folder
python -m pip install virtualenv
virtualenv backend/env
backend/djserver.sh

Run Dockerize Django Server

Other than the conventional way to run a django project as mentioned above.
You can also use docker, but you need to have both docker and docker-compose available on your PATH.

Development Container

docker-compose up --build

Deployment Container

docker-compose -f docker-compose-deploy.yml up --build

Run Vue App

The first thing you need to do is change your working directory to the frontend folder, then run npm install.
If the installation is successfully completed, you can run npm run serve to start the app.

cd frontend
npm install
npm run serve

Contributors

  • Muhammad Rifki Erlangga - Github
  • Hariz Sufyan Munawar - Github
  • Candra Miftah Firdausy - Github

la-virtuele's People

Contributors

munawariz avatar rifkier24 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.