Skip to content

MilkyRaven/Project_VintageComicShop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 

Repository files navigation

Vintage Comics e-commerce project by Carol González & Yaron Peres


Check live site: https://qmic.fly.dev/ 🚀


What is this project?

  • A web application (mobile first, still working on responsive features)
  • User can create account, login, view profile of purchase history and leave reviews
  • User can view a variety of comics in the catalogue
  • User can add items to the cart and they will stay until removed or purchased
  • User can manipulate items in the cart and observe the total price of the items
  • User is restricted to enter serveral areas if he/she is not logged in
  • User can logout and be redirected to the same page (if not restricted)

Languages & Framewroks

  • Node
  • HBS
  • Express
  • MongoDB
  • JavaScript
  • CSS

How to use?

You can test it directly from the link provided at the beginning of this Readme, but in case you want to test it locally, you can follow the next steps:

  • Clone this repo
  • cd Project
  • npm install
  • cd bin
  • node seeds.js (check that you have MongoDB installed)
  • cd ..
  • cd node server.js app.js
  • The project should be running on port 3000! ⭐️

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 50.7%
  • Handlebars 27.1%
  • CSS 22.2%