Skip to content

xen-HendryZheng/auction-system-by-node-express-and-react-on-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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