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.
If you would like to get this deployed in AWS Infrastructure, you may want to consider this architecture.
The backend consists of a Docker configuration file (docker-compose.yml
) and a migration script that needs to be run during the first-tim
- (Node.js)[https://nodejs.org/]
- (Express)[https://expressjs.com/]
- (TypeScript)[https://www.typescriptlang.org/]
- (TypeORM)[https://typeorm.io/]
- (PostgreSQL)[https://www.postgresql.org/]
You can find full guide for the backend setup in the Backend Readme
The frontend is built using React and TypeScript. The package.json
file contains the dependencies and scripts required for the frontend setup.
- React - Front-end framework
- TypeScript - Typed JavaScript
You can find full guide for the frontend setup in the Frontend Readme