Giter Site home page Giter Site logo

online-ams-system's Introduction

Online AMS System

The project called "AMS" (Auction Management System) is designed to help users buy or sell items through an online platform.

Requirements

To access the AMS dashboard, Admin, Seller, and Buyer must log in first. The following are the requirements for each user type:

Admin

  • Login/Logout.
  • Manage new accounts (accept or reject).
  • View transaction results.

Seller

  • Login/Logout/Register.
  • Manage auctions (CRUD).
  • Post an auction within a specific time.
  • Show the activity history of their auctions with the winners.

Bidder

  • Login/Logout/Register.
  • Filter auction by name or category.
  • Bid on the desired auction.
  • View won auctions and their purchase history.

Database Models

The database models for this system are as follows:

  • User model consists of:
    • Email
    • Password
    • Phone
    • Status (Active, Inactive)
    • Type (Admin, Seller, Bidder)
  • Auction models consist of:
    • Name
    • Description
    • Start date
    • End date

I made this project using Node.js and Express.js in the backend, and React.js in the frontend.

online-ams-system's People

Contributors

saif-ashraf99 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.