Skip to content

lparedesl/Bamazon

Repository files navigation

Bamazon

This app emulates a storefront which will take in orders from customers and deplete stock from the store's inventory. It also tracks product sales across the store's departments.

Configuration

  1. Create a MySQL database (Any name you want).

  2. Inside the folder config create a file named env.js.

  3. Inside env.js paste this:

module.exports = {
	DATABASE_NAME: '<input here>',
	DATABASE_USERNAME: '<input here>',
	DATABASE_PASSWORD: '<input here>',
	DATABASE_HOST: '<input here>',
	DATABASE_PORT: <input here>,
	MANAGER_PASSWORD: '<input here>',
	SUPERVISOR_PASSWORD: '<input here>'
};
  1. Enter your database information and desired passwords.

Running the app

Run the app by typing npm start in the command line.

Demo

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors