[//]: # TODO add links to writeup
Note
This repository was developed as a practical example for an article Secure from the start: Building a hack-proof Front-end app.
This project demonstrates how to implement main web security principles at Front-end
We used simple-react-full-stack boilerplate as a basis for the app. Great props to the authors.
The app uses React, Node.js, Express and Webpack. It is also configured with webpack-dev-server, eslint, prettier and babel.
This is a simple full stack React application with a Node.js and Express backend. Client side code is written in React and the backend API is written using Express. This application is configured with Airbnb's ESLint rules and formatted through prettier.
- Clone this repo
- Run:
npm install
npm run server
npm run client
credentials for entering the app:
username: 'administrator',
password: 'Admin!123'
- file uploading, especially XML, ZIP and CSV.