Giter Club home page Giter Club logo

shopiee-app's Introduction

Shopiee-App

shopiee app is a platform where you can sell and buy your used items or by a second hand items .

Logo

Demo

you can try Shopiee V1.0.0 app here .

Or you can get started by simply clone the repo and install the dependencies in the root folder

Installation

Install Shopiee with npm

   npm install 
   npm run dev
  

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Tech Stack

Client: React,MUI,

Server: Node, Express ,JWT ,Cors ,Bcrypt

Must have:

  • Ability to sign in and sign up using google account "Oauth 2" and for sure custom sign in/sign up "jwt, bcrybt".

  • User can post his/her item that he needs to sell and add a item photo , and add tags .

  • Like his items and other's item .

  • Edit and delete his item.

  • Search by tags or title .

  • Show single item with recommended items .

  • pagination .

Roadmap

  • Add recommended items

  • Add comments

  • Realtime Chat

  • Add user profile

  • Add payment method

API Reference

Get all items

  GET /api/posts

search by title and tags

  GET /api/search?searchQuery=<value>&&tags=<value>

Get item

  GET /api/posts/${id}
Parameter Type Description
id string Required. Id of item to fetch

Protected route

Post item

  Post /api/posts

Update item

  PUT /api/posts/:id
Parameter Type Description
Id string Required. Id of item to PUT

Delete item

  DELETE /api/posts/:id
Parameter Type Description
Id string Required. Id of item to Delete

Author

shopiee-app's People

Contributors

mones-hamd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.