Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 851 Bytes

README.md

File metadata and controls

53 lines (46 loc) · 851 Bytes

BPL-WEB

A full stack web app using MEAN STACK

How to run

npm install
npm start

Directory Tree

+---node_modules \\as in package
+---public
|   +---app
|   |   +---admin
|   |   |   +---addMatch
|   |   |   +---addTeam
|   |   |   +---teams
|   |   |   +---updateMatch
|   |   |   \---updateTeam
|   |   +---analytics
|   |   +---appCtrls
|   |   +---fixtures
|   |   +---gallery
|   |   +---header
|   |   +---Main
|   |   +---reg
|   |   +---rules
|   |   +---teams
|   |   \---user
|   +---css
|   +---favicon
|   +---images
|   |   \---cts
|   \---vendor \\as in bower
\---server
    +---api
    +---auth
    +---config
    +---model
    +---routes
    +---utility
    \---views
        \---includes

authentication by passport

used HMAC enscription for admin

used helmet for mime security // production only