Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.05 KB

README.md

File metadata and controls

62 lines (48 loc) · 1.05 KB

RapidE

E-Commerce Site

Contents

Description

User Story

Installation

Usage

Resources & Credit

Features


Description

The goal of this assignment was to create an interactive full-stack application. Our group developed a site, RapidE, for users to be able to upload & sell products.

User Story

AS A user at with slightly used stuff
I WANT to be able to upload my stuff to a site
SO THAT others have the opportunity to buy my stuff

Installation

npm i

Usage

mysql -u root -p 

when prompted type in your MySQL password

source db/schema.sql
exit
npm run seed
node server.js

Resources/Credit

Features

  • Node.js
  • Express.js
  • Handlebars.js
  • MySQL
  • Sequelize
  • GET & POST Routes
  • Cloudinary API