Harmony and heaven, is the catalog of a virtual musical instrument store.
Which consists of an inventory, a supplier ordering system, a point of sale, which generates sales, monthly and annual statistics.
-
Inventory Management: Keep track of the available musical instruments in the store.
-
Supplier Ordering System: Manage orders from suppliers to restock the inventory.
-
Point of Sale (POS): Facilitate sales transactions and generate sales reports.
-
Statistics:
- Monthly and annual sales statistics for performance analysis.
Follow these steps to set up and run the project locally:
- Clone this repository:
git clone https://github.com/yourusername/harmony-and-heaven.git
- Navigate to the project directory:
cd harmony-and-heaven
- Install dependencies:
npm install
- Create a
.env
file in the root directory with the necessary environment variables (database connection details, API keys, etc.). - Create a
.babelrc
file for Babel configuration. - Start the application:
npm start
Ensure you have Node.js, npm, MySQL, and a MySQL database set up for this application.
Ensure you have the following environment variables in your .env
file:
DB_HOST=your_database_host
DB_USER=your_database_user
DB_PASSWORD=your_database_password
DB_NAME=your_database_name
{
"presets": ["@babel/preset-env"]
}
Contributions are welcome! If you'd like to contribute to the development of the game or report issues, follow the contribution guidelines in CONTRIBUTING.md.
- @MartinFitS
- @arielrosasc