AlxisHenry / inventory-manager

Smple inventory manager :office:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory manager 🏢

Table of contents

  1. What is it ?
  2. How to use it ?
  3. Technologies
  4. Authors

What is it ?

This is my first web project. It's a simple inventory manager made for my first internship. It's a very simple interface to manage the inventory of a company. It's made with PHP, HTML, CSS and MySQL.

How to use it ?

To use it you only need to clone and configure the database.

$ git clone https://github.com/AlxisHenry/inventory-manager.git
$ cd inventory-manager

Then you need to create the database by importing inventory_manager.sql.

$ mysql -u <user> -p
$ source inventory_manager.sql

Next you need to configure the database connection in configuration\database-connexion.php.

$host = "localhost";
$dblogin = "<username>";
$dbpassword = "<password>";

Finally you can start the server.

$ php -S localhost:8000

Technologies

Authors

About

Smple inventory manager :office:


Languages

Language:PHP 57.9%Language:JavaScript 27.6%Language:CSS 14.3%Language:Hack 0.1%