Skip to content

nasrulfuad/mini-auction-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License LinkedIn Github

Mini Auction System

Hello from the people who like to code, here is an example of auction system work,
Stack for the backend : NestJS, Prisma ORM, GraphQL
Stack for the frontend : ReactJS, ApolloClient, AntDesign, Redux and Framer Motion

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

As you can see above, those are examples how this app looks like, no auction time expired, so if an auction was expired, people still place their bid on the auction

(back to top)

Built With

This project is built under these awesome libraries

(back to top)

Getting Started

This section is how you setup the app on your own project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Install all dependencies, server and client

Installation

  1. Install all dependencies inside every service folders

     cd server && npm install
     && cd ../client && npm install
  2. Copy the .env.example file and rename it with .env

    cp .env.example .env
  3. Start the server and client

    cd server && npm start:dev
    cd client && npm start

(back to top)

Usage

To access the api, open

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Nasrul - @nasrulfuad88 - [email protected]

Project Link: Mini Auction System

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)