emilecantin / vulnerable_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulnerable app

This app intentionnaly has a few vulnerabilities. The goal is to find them and patch them!

Running the app

There are 2 parts:

Backend

  1. cd server
  2. npm install
  3. npx sequelize db:migrate
  4. npx sequelize db:seed:all
  5. npm start

Front-end

  1. cd client
  2. yarn
  3. yarn start

About


Languages

Language:JavaScript 87.5%Language:HTML 8.0%Language:CSS 4.5%