JarrodMalkovic / auction-website-monolith

🛒 A full-stack real-time auction website created using a monolithic architecture
28 stars 20 forks source link
auction-website express mern-stack mongodb mongoose nodejs react

Auction Website

A full stack auction website created using the MERN Stack

Table of contents

Quick Start

Clone

Install dependencies

npm install
cd client
npm install

Setting up Proccess Environment Variables

Run both Express & React from root

npm run dev

Technologies

Project is created with:

Tests

To run the automated testing suite

npm run test