Giter VIP home page Giter VIP logo

telecircuit's Introduction

TELECIRCUIT

is a website which provide opportunity to buy circuits and components for tvs. Telecircuit contains much brands such as Samsung, DELL, LG and etc. You can search an electronic catalog by keywords. Find what you need and after make an order.

Technology Stack

  • Docker v17.04
  • Docker-compose v1.21
  • Django v2.0
  • Webpack v4.12

Installing

  1. Install docker and docker-compose via executing build.sh script
bash build.sh
  1. Add user to docker group to run commands without sudo
sudo usermod -aG docker $USER
  1. Go to /telecircuit-manager install dependencies for frontend and run webpack
npm install; npm run dev
  1. Run docker-compose to build and run containers for the application
docker-compose up --build
  1. Enter in the docker container and create django superuser
docker exec -it web bash
python manage.py createsuperuser

That's all. Now you are ready for developing.

Deployment

  1. Please follow first two steps in Installing section

  2. Go to deployment/production rename file prod.env.sample to prod.env and set env variables.

  3. Run docker-compose to build and run containers for the application

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

Built With

  • django - The web framework used
  • webpack - Static module bundler for modern JavaScript applications
  • docker - Containerization system

Markup was created with template

Authors

  • FUNNYDMAN - Initial work

See also the list of contributors who participated in this project.

Screenshots

screenshot-not-found

screenshot-not-found

Happy coding ๐Ÿ˜Ž

telecircuit's People

Stargazers

 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.