Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.99 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.99 KB

Harmony And Heaven

Description

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.

ScreenShoots

MainScreen

PrincipalView

point sell

users

add product

pedidos

Features

  • 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:

  1. Clone this repository: git clone https://github.com/yourusername/harmony-and-heaven.git
  2. Navigate to the project directory: cd harmony-and-heaven
  3. Install dependencies: npm install
  4. Create a .env file in the root directory with the necessary environment variables (database connection details, API keys, etc.).
  5. Create a .babelrc file for Babel configuration.
  6. Start the application: npm start

Ensure you have Node.js, npm, MySQL, and a MySQL database set up for this application.

Environment Variables (.env)

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

Babel Configuration (.babelrc)

{
  "presets": ["@babel/preset-env"]
}

Contributions

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.

Contributors

  • @MartinFitS
  • @arielrosasc