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.
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
npm i
mysql -u root -p
when prompted type in your MySQL password
source db/schema.sql
exit
npm run seed
node server.js
- UofM Instructors & TA's
- Carl Bergquist https://github.com/CarlBergquist
- Sara Remde https://github.com/sararemde
- Harun Ahmed https://github.com/mollysal
- Molly Salmonsen https://github.com/ahmedharun46
- Node.js
- Express.js
- Handlebars.js
- MySQL
- Sequelize
- GET & POST Routes
- Cloudinary API