Skip to content

BPL-8/BPL-WEB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A full stack web app using MEAN STACK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published