This is a demo application for the article, TypeORM - Prevent SQL Injection with Node.js, React and TypeScript in DEV Community.
The project has two servers which are an API and a React applicaiton servers. You have two options to start them.
docker-compose up --build
It might take a few minutes to start the React application... In this case, you should start each of them as below.
cd apiyarn isntallyarn start
cd appyarn isntallyarn start