vpnj012k / sqreen-demo-app

Demo app to understand how sqreen can protect your business

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Heroku

You can do a one click deploy with heroku.

Deploy

After the app is created you will be able to connect it to Sqreen by adding an environment variable:

SQREEN_TOKEN=YOUR_SQREEN_APPLICATION_TOKEN

Running the project locally

You will need nodeJS and npm to run the project.

git clone git@github.com:sqreen/sqreen-demo-app.git
cd sqreen-demo-app
yarn

or

npm install

Running the project:

yarn start

or

npm run start

Development

Sqreen-demo-app is made of an express node backend and a vuejs app front.

Running the backend

You can use nodemon if you have

yarn run nodemon

Running the front end

yarn run serve

Make sure you have the backend running locally to dev on the front end part.

About

Demo app to understand how sqreen can protect your business


Languages

Language:JavaScript 90.6%Language:Vue 9.2%Language:HTML 0.2%