Skip to content

Auction app MVP - socket.io, node, express, mongodb, react, styled-components

Notifications You must be signed in to change notification settings

sashkhen/auctionion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auctionion

Socket React App

Table of Contents
  1. Getting Started
  2. Usage

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/sashkhen/auctionion.git
  2. Update network address for client and server to point at each other: ./client/src/consts.js, ./server/variables.env

  3. Start a project

    # to run server
    cd server
    npm i
    npm run start
    
    # to run client
    cd client
    npm i
    npm run start

Usage

Navigate to the link displayed in the terminal (💻 / client).

Functionality

Notes

Auctions are implemented as socket.io rooms. This means you need to be browsing a room to see auction updates realtime.

About

Auction app MVP - socket.io, node, express, mongodb, react, styled-components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published