Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Latest commit

 

History

History
55 lines (36 loc) · 733 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 733 Bytes

DROPBOX AUTHENTICATION SYSTEM

Authentication System implemented in JavaScript inspired by How Dropbox Securely Stores Your Passwords.

1º Step Cloning Repository

$ git clone https://github.com/dannluciano/dasjs && cd dasjs

2º Step Get Dependencies

OS Dependencies

  • nodejs (7.0.0)
  • yarn
  • testcafe
  • postgres (9.6)

Mac OS

$ brew install nodejs postgresql yarn

and

$ npm install -g testcafe

and

$ yarn install

3º Step Setup the Database

$ yarn setup

4º Step Run the Tests

$ yarn test

5º Step Run the Application

$ yarn build && yarn start