Git Product home page Git Product logo

toolbox's Introduction

Toolbox

Build batches

This projects represents the toolbox.

Content


Backend

Installation

Python 3

Go to python.org and install Python 3 for your OS.

Pipenv

Pipenv is the officially recommended Python packaging tool for Python, free (as in freedom).

Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first–class citizen, in our world.

If you're on MacOS, you can install Pipenv easily with Homebrew:

brew install pipenv

Or, if you're using Ubuntu 17.10:

sudo apt install software-properties-common python-software-properties
sudo add-apt-repository ppa:pypa/ppa
sudo apt update
sudo apt install pipenv

Otherwise, just use pip:

pip install pipenv

Install the needed packages

To install the needed packages just go to toolbox/core and use pipenv:

pipenv install

Other packages

At the moment no other packages are needed.

Setting all up

Configuration

You can config everything inside the config.ini file. Set the api url and the auth token.

Start the app

On Windows:

cd toolbox/core
pipenv shell
python server.py

Frontend

The frontend is based on angular (v11.x) and is integrated within an electon application.

Both applications can be started sperately.

This helps maintaining the development of the angular applicatiom standalone. And integrate it within the electron application afterwards.

Build

Run

toolbox's People

Contributors

comcy avatar martinriedel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.