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.
- Docker v17.04
- Docker-compose v1.21
- Django v2.0
- Webpack v4.12
- Install docker and docker-compose via executing build.sh script
bash build.sh
- Add user to docker group to run commands without sudo
sudo usermod -aG docker $USER
- Go to
/telecircuit-manager
install dependencies for frontend and run webpack
npm install; npm run dev
- Run docker-compose to build and run containers for the application
docker-compose up --build
- 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.
-
Please follow first two steps in Installing section
-
Go to
deployment/production
rename fileprod.env.sample
toprod.env
and set env variables. -
Run docker-compose to build and run containers for the application
docker-compose -f docker-compose.prod.yml up --build
- django - The web framework used
- webpack - Static module bundler for modern JavaScript applications
- docker - Containerization system
Markup was created with template
- FUNNYDMAN - Initial work
See also the list of contributors who participated in this project.
Happy coding 😎