Code Monkey home page Code Monkey logo

team404-ku-pasal's Introduction

Demo:https://youtu.be/oKXM6bmKhcs

🛒 KU-pasal🏷️

Marketplace for selling and buying stuff for Kathmandu University Students.

Logo

📖 Table of contents

📝 About the Project

Here at KU-mart you will get all sorts of items, both used(mostly) and new items ranging from subject notes to kitchen appliances supplied by your seniors.

📸Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

📃API Reference

Get all products

query Products {
  products {
    _id
    name
    description
    seller {
      _id
      username
     }
  }
  
}

Get product by ID

query ProductByID($_id: String!) {
  productByID(_id: $id) {
    _id
    name
    description
    seller {
      _id
      username
     }
  }
  
}
Parameter Type Description
_id string Required. ID of product to fetch

Get user by ID

query UserByID ($_id: String!) {
    userById(_id: $_id) {
        _id
        username
        email
        phoneNo
        profile {
          avatar
          address
        }
        products {
          _id
          name
        }
    }
}
Parameter Type Description
_id string Required. ID of user to fetch

Tech Stack

  • Node
  • React
  • Typescript
  • GRAPHQL
  • markdown
  • Postman
  • Styled Components

📜License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at License

See LICENSE.txt for more information.

🙋 FAQ

What is KU-pasal?

KU-pasal is an emerging platform for people, students, and businesses around KU premises that connects the local community to sell, buy and exchange their used goods and services quickly.

What problem does your product solve?

As a first-semester student, we faced a lot of problems while starting our new life at Kathmandu University. One day, we were asked to buy a drawing set like a drafter, Scale, and other stationeries. And other days, we were asked to buy lab coats for workshops, notes, and assignment questions. Also setting up the room is one of the most challenging parts of starting our life on college premises. From basic setup like carpet, bed, mattress to table, cupboard, etc As the university is away from any big market area, there are very few competitors selling products on huge margins. Also, buying second-hand products is very very difficult for new students who don't know other seniors. Also if they do have also, it is very difficult to manually call everyone and ask and fix a proper price for any product.

So,to mitigate this problem, KU-pasal is here.

Why should we choose you over other platforms?

Firstly, we are the first digital shop that is accessible to KU students and the people around here, so the first-comer advantage is always with us. Secondly, we are planning to include a reward system that will help us maintain customer retention. Also, our marketing team has some creative plans like pre-booking the “Student Starter Pack” during the entrance exam and many more schemes that are great for the future of our organization.

Do you see any future in this project?

As Kathmandu University is recruiting thousands of students every year, most of the students are probably going to face the same inconvenience. So, we are looking to solve such inconveniences so we can see a great future in this field.

How do you ensure that there is no spam on your platform?

Currently, we have implemented some spam prevention techniques which make sure no buyer can mass-list their products. A seller now can only list at most 10 products per hour.

How do you plan to monetize your platform?

We will be taking some cuts from the buyers when a product is sold through our website. We will buy items in bulk which we lower our cost price and will be selling our products in retail value which is a good source of income.

Authors

team404-ku-pasal's People

Contributors

abhiyandhakal avatar b33b3k avatar nobel-sh avatar itsaash avatar prabeshguragain avatar

Stargazers

 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.