Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.26 KB

File metadata and controls

40 lines (24 loc) · 1.26 KB

Auction System Running on Node Express (Typescript) and React (Typescript) - Backend and Frontend Setup

This repository contains the backend and frontend setup for the Auction System.

Full Architecture

If you would like to get this deployed in AWS Infrastructure, you may want to consider this architecture. Diagram

Backend

The backend consists of a Docker configuration file (docker-compose.yml) and a migration script that needs to be run during the first-tim

Built With

Guide

You can find full guide for the backend setup in the Backend Readme

Frontend

The frontend is built using React and TypeScript. The package.json file contains the dependencies and scripts required for the frontend setup.

Built With

Guide

You can find full guide for the frontend setup in the Frontend Readme

Authors