Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.36 KB

File metadata and controls

24 lines (18 loc) · 1.36 KB

SWATCH    MIT

Description

Swatch is a makeup review website. When logged in, users may rate and review makeup products, read other reviews by users, and add products to a personal wishlist. The website can be found here. Swatch Website

Table of Contents

  1. Installation
  2. Usage
  3. License
  4. Questions

Installation

Clone the repository above or download it as a .zip file. In the root directory of the application enter the following in the command line: npm i. You must have MySQL installed to use the database.

Usage

To run the databse locally, run the following in the command line: mysql -u root -p and source db/schema.sql in the MySQL CLI. Enter quit to exit the MySQL CLI. In the command line, enter npm run seeds to seed the database. Then enter npm start to manage the database locally.

License

Under the MIT license, this material is free to modify and distribute for commercial or private use. See here for more details.

Questions

For additional questions, contact us on Github.