https://github.com/alessandro308/magazzino
A simple multi-shop management system, built with ReactJS
https://github.com/alessandro308/magazzino
ajax database-gui flight-php management reactjs rest-api
Last synced: about 2 months ago
JSON representation
A simple multi-shop management system, built with ReactJS
- Host: GitHub
- URL: https://github.com/alessandro308/magazzino
- Owner: alessandro308
- License: gpl-3.0
- Created: 2018-04-14T11:28:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T22:15:11.000Z (over 7 years ago)
- Last Synced: 2025-02-07T18:19:34.823Z (over 1 year ago)
- Topics: ajax, database-gui, flight-php, management, reactjs, rest-api
- Language: PHP
- Homepage:
- Size: 489 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magazzino
Hi, this is Magazzino, my first React application.
## What is it?
It is a store management system to track how many items are in two different stores. Moreover, there is a sort of cash register that helps to remove the items if they are sold.

This project uses `react-table` to organize the data to show in the main page (a huge number of products) and `react-bootstrap` to try to render a beautiful components.
### Settings
The project is divided into two parts:
- Frontend (Go React!)
- Backend (PHP, using FlightPHP :/)
In order to set properly all the parts, you have to deploy your API somewhere, then set into `frontend/src/constant.js` the `BASE_URL` and all the strings to locate the project in your language.
Then try it!
#### Consideration
The backend is developed in PHP since it runs on an italian [web hosting](https://www.tophost.it/sfida) that accepts only PHP and costs 10€/year (nice!).
Maybe, in the past commits you can find some password, don't worry, the hosting accepts incoming connection only from their own server, don't waste your time to hack the DB.