cloudigrade / frontigrade

GNU General Public License v3.0
4 stars 1 forks source link

Authenticate Login, Services base and local run for Frontigrade #16

Closed cdcabrera closed 6 years ago

cdcabrera commented 6 years ago

Base for creating an authenticated session with a user login

New Gives the ability to local run a dev level API based on code annotations.

To use and test have Docker running and type

$ npm start

You should also be able to access the documentation here...

Updates

codecov[bot] commented 6 years ago

Codecov Report

Merging #16 into 237-authenticate-login will increase coverage by 9.31%. The diff coverage is 100%.

Impacted file tree graph

@@                    Coverage Diff                     @@
##           237-authenticate-login      #16      +/-   ##
==========================================================
+ Coverage                    82.6%   91.91%   +9.31%     
==========================================================
  Files                           8       16       +8     
  Lines                          46       99      +53     
  Branches                        5       14       +9     
==========================================================
+ Hits                           38       91      +53     
  Misses                          7        7              
  Partials                        1        1
Impacted Files Coverage Δ
src/redux/constants/index.js 100% <ø> (ø) :arrow_up:
src/redux/reducers/index.js 100% <ø> (ø) :arrow_up:
src/services/index.js 100% <100%> (ø)
src/redux/reducers/userReducers.js 100% <100%> (ø)
src/redux/actions/index.js 100% <100%> (ø)
src/services/userServices.js 100% <100%> (ø)
src/redux/constants/userConstants.js 100% <100%> (ø)
src/services/reportServices.js 100% <100%> (ø)
src/redux/actions/userActions.js 100% <100%> (ø)
src/services/accountServices.js 100% <100%> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2be2e51...e6f86e7. Read the comment docs.