Startifacts was created to be an e-commerce site similar to e-Bay but meant for nerds and fans of Sci-Fi, Fantasy, and so on. We created a database of different products with image from different franchises in aforementioned genres. Users are able to browse the products on a secure site that utilizes cookies.
In order to use this application first the appropriate packages must be installed. To start the installation open and integrated terminal and type: "npm i express; npm i express-session; npm i mysql2; npm i sequelize; npm i connect-session-sequelize; npm i dotenv; and npm i bcrypt;".
In order to use this application the User must open a terminal and type "mysql -u root -p" and fill in their password info. The they must type "SOURCE" and copy and paste the exact path. Upon hitting enter they must then type "USE startifacts_db;" now they can exit out of Mysql by typing "exit." They will then need to type "npm run seed" to seed the database followed by "npm start" to spin up the server. Then open chrome and type in "Localhost:3001" and the page will be displayed.
The various libraries and languages used include Handlebars.js, MySQL, Sequelize, Node.js, and Express.js.
https://github.com/AnthonySzymczak/Startifacts
https://startifacts-online.herokuapp.com/shop
This application was designed and developed by Anthony Szymczak, Austin Swebilius, Shaeon Adams, and Manny Alfaro