Coder Social home page Coder Social logo

projet2020-2021's Introduction

Netlify Status

Projet 2020-2021

Projet de Quentin Herpoel

Installation

Use the package manager npm to install dependencies in each folder, front and back.

npm install

Run the environnment

In each folder, you just have to write in a terminal :

npm run dev

What's the project

The project is a fuel inventory manager. With a left sidebar, we can choose the product we want to manage. At the right side, we will have an overview with the stock in time, the stock detail, etc. We can click on buttons to add, update or delete a value in the stock. For the add function, the user can enter the value added or substracted, and the app will do the difference with the last value before the new entry. I tried to use as few dependencies as possible. So there is no jQuery, just pure (and beautiful) vanilla Javascript, with my own router, and my own templates.

TABLE stocks_list

  • id: int
  • stock_id : int (stock_name id)
  • stock_date : datetime

TABLE name_stock

  • id : int
  • name : string
  • stock : int

Dependancies

BACK

  • nodemon
  • express
  • mysql
  • moment

FRONT

  • http-server
  • chart.js

projet2020-2021's People

Contributors

toofi avatar ecolemouscronprojet avatar lassoya avatar

Watchers

James Cloos 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.