Table of Contents
Check out the live site here
This project is a fullstack vue appliction of a store like bulletin board where you can find used & unused items from pop figures to jewelry.
User can search and filter by price and category to its liking, get the details about the product and contact the seller via whatsapp.
How to install the app locally
Download nodejs (if you don't have it on your computer)
run command npm install -g @vue/cli (if you don't have vuejs on your computer)
The app will work only if you download both frontend and backend
Project frontend: https://github.com/Idan-Maimon1/2nd-Hand-Store
Project Backend: https://github.com/Idan-Maimon1/2nd-Hand-Store-backend
see that you do the following steps to both of the repositories
- Clone the repo
git clone https://github.com/Idan-Maimon1/2nd-Hand-Store
git clone https://github.com/Idan-Maimon1/2nd-Hand-Store-backend
- Install NPM packages
npm install
- Run the project
npm run dev