GithubHelp home page GithubHelp logo

facturesoft's Introduction

facturesoft

FactureSoft

Requirements

Automagie :

  • Vagrant
  • Ansible
  • Virtualbox

Backend :

  • Go installed and configure
  • Some Go dependencies
  • facturesoft-restapi

Frontend :

  • Python3
  • Django
  • Some Django dependencies such as djang-bootstrap
  • pip
  • Some pip libraries
  • facturesoft-frontend

QuickStart

  • Open a command-line interface into the FactureSoft folder located into the Vagrant folder.
  • Type "vagrant up"
  • Wait for Vagrant and Ansible to do their job
  • Browse localhost:8000/front to access the application

CODE

Logic -> facturesoft-frontend/front/view.py Contain the logic to display for the different views.

Routes -> facturesoft-frontend/front/urls.py Contain the differents routes to link an URL to a view.

View -> facturesoft-frontend/front/templates/* The view are stored in the template directory. They are HTML with Django's templating langage (To add variables/some logic).

Automatisation

Vagrant is responsible to provision the required ressource and his network configuration, and call Ansible to manage the configuration of the ressource Specs :

  • Debian 64bits
  • Portforwarding on 1321 (backend) and 8000 (frontend)
  • ssh enable, possible to ssh into the machine with the command vagrant ssh

Ansible is responsible to manage the configuration of the allocated ressource. Ansible will do the following:

  • Install and configure Go
  • Set up the dependency for the backend
  • Copy and setup the backend in go
  • Install Python3 and Django
  • Set up the dependency for the frontend
  • Install and setup the frontend
  • Start the backend and the frontend in their own screen

facturesoft's People

Contributors

jeanlefou avatar xyrodileas avatar

Watchers

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