Skip to content

maddevsio/front-end-security-example

Repository files navigation

Front-end security example

Developed by Mad Devs

[//]: # 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.

Quick Start

  • Clone this repo
  • Run:
npm install
npm run server
npm run client

credentials for entering the app:

username: 'administrator', 
password: 'Admin!123'

To be added:

  • file uploading, especially XML, ZIP and CSV.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages