Streamline Provider entity management with CRUD operations. Simplify Product entity management, focusing on items sold by Providers. Efficiently handle inventory Purchases through CRUD operations. Streamline Customer entity management. Enable seamless Customer Order Registration and tracking.
- Implement CRUD operations for Provider entities
- Implement CRUD operations for Product entities sold by Providers
- Manage CRUD operations for inventory Purchases
- Manage CRUD operations for Customer entities
- Enable Customer Order Registration
- Implement a payment tracking system to monitor payment status
- Maintain accurate balance tracking for financial transactions
For the development of the project, the following tools were used:
- Rails v 7.0.4
- Ruby 3.2.0
- Postgresql
- Bootstrap v 5.1.3
The Purpose of this project is to keep track of items bought and also the customers orders. In a near future the idea is to link it up to telegram so that every order by a customer is taken by telegrams API.
- Open your terminal and cd where you want to store the project
- Run the following command in the terminal
git clone https://github.com/Wusinho/inventario.git
-
You will need to create a Cloudinary free susbcription store the images.
-
Cd into the created directory
-
Run $
bundle install
-
On terminal type $
rails db:create && rails db:migrate && rails db:seed
-
On terminal type $
rails server
👤 Heber Lazo
- Github: @Wusinho
- LinkedIn: Heber Lazo
Contributions, issues, and feature requests are welcome!
Give a star if you ⭐ like this project!