Skip to content

billyhkim/size10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

size10 👟


size10 is a full-stack, demo E-Commerce store that carries shoes that are size 10. The app provides users with the ability to add shoes to their cart from a local catalog, update the quantity of shoes from the cart, and delete specific shoes from the cart.

Getting Started

Initial Setup

  1. Fork this repo and clone your fork from the terminal.
$ git clone https://github.com/[user_name]/size10.git
  1. Navigate into the cloned directory and install the necessary dependencies.
$ npm install
  1. Start a dev environment with access to Apache and MySQL and:
    • Check that port is directed to 3000
    • Create a database titled size10 in phpMyAdmin and import the size10.sql file
    • Check that the root directory of the server is set to the public folder
  2. Initiate the dev server
$ npm run dev
  1. Go to localhost:3000 and enjoy 😃

Contributing

Please feel free to fork this repo, make changes, submit pull requests, and send suggestions to billyhkim.dev@gmail.com to make this app better.

Built With

License

MIT License

MIT Licence

About

An online shoe store that carries size 10s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published