Skip to content

davidmirror-ops/Fiesta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiesta

Description:

Fiesta is a very simple inventory system app that tracks inventory across multiple "stores". It was created for demo purposes and not real use hence it was kept very simple.

Installation:

Make sure node is Installed on the machine

To check:

node --version

To install:

curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum install -y nodejs
node --version

Clone Repo and install dependencies

git clone https://github.com/sharonpamela/Fiesta.git
cd ~/Fiesta
npm install
cd ~/Fiesta/client
npm install
npm run build

Database info

The database schemas and sample data the app expects are described in the following files:
~/Fiesta/seeders/FiestaDB-MSSQL.sql
~/Fiesta/seeders/FiestaDB-mySL.sql

Run App

cd ~/Fiesta
npm start

Access App

http//:localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CSS 12.0%
  • TSQL 10.5%
  • HTML 3.3%