Giter VIP home page Giter VIP logo

backend-secondhand-kelompok2's Introduction

Second Hand 🔙🔚

Members 👨‍👧‍👧 :

- Bagas Timur Nurcahyo 👨‍🦱
- Irfan Nada Bayu Samudera  👨‍🦱
- Jovan Alvado 👨‍🦱

🚀Features

  • User
✔️Register
✔️Login (with token)
✔️Get Users
✔️Get User by id
✔️Post Update Profile (with token)
✔️Login (with token)
✔️Login with google
  • Product
✔️Post Product (with token)
✔️Delete Product by id (with token)
✔️Get All Product (with token)
✔️Get Product by id 
✔️Get Category list Product
✔️Get Wishlist by seller (with token seller)
✔️Get Wishlist by Buyer (with token buyer)
✔️Post Product Wishlist by id (with token buyer)
✔️Delete Wishlist buyer by id (with token buyer) 
  • Transaction
✔️Get notif Buyer (with token buyer)
✔️Get notif Seller (with token seller)
✔️Get Transaction Buyer (with token buyer)
✔️Get Transaction Seller (with token seller)
✔️Get Transaction Detail by id (with token seller)
✔️Post buy product by id (with token buyer)
✔️Put Accept Transaction Product by id (with token seller)
✔️Put Cancel Transaction Product by id (with token seller)
✔️Put Success Transaction Product by id (with token seller)

How to run

.
Download 
    └── Download Source code or clone github Repository.
    
Install 
    └── cd .\backend-secondhand-kelompok2-develop\
    └── npm install
    
Configure Database
    └── Enable mysql module on xampp 
    └── npm run db:create
    └── npm run db:migrate
    └── npm run db:seed
    

running server...
   └── npm run dev 
        └── Server Running at http://localhost:5000
       

🔍Documentation API with Postman

 Postman docs link = "https://documenter.getpostman.com/view/20513955/UzBsH4mq";

backend-secondhand-kelompok2's People

Contributors

jopanalv avatar bagastimurnurcahyo avatar eerfunn 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.