Skip to content

y-matsutomo/blogs_demo_app_about_sql_injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Application for SQL injection tutorials

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.

Start applicaitons with docker-compose

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.

Start applications without docker

API Server

http://localhost:3001

  1. cd api
  2. yarn isntall
  3. yarn start

Reac Application Server

http://localhost:3000

  1. cd app
  2. yarn isntall
  3. yarn start

About

This is a demo Application for SQL injection tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors