Skip to content

App created with node js, express and mysql based on a CRUD, where we store products from a musical instrument store called "HARMONY AND HEAVEN", the app uses the creation of users and the management of roles for each user, soon the app will be scalable to be a point of sale

Notifications You must be signed in to change notification settings

MartinFitS/HarmonyAndHeavenm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

App created with node js, express and mysql based on a CRUD, where we store products from a musical instrument store called "HARMONY AND HEAVEN", the app uses the creation of users and the management of roles for each user, soon the app will be scalable to be a point of sale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published