Skip to content

harpreetkhalsagtbit/express-rest-api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-rest-api-auth

Express Rest API with API Key Authorization

Road Map

  1. [✓] Setting App Structure.
  2. [✓] Setting Up Express.
  3. [✓] Basic API CRUD.
  4. [✓] Basic Authentication using Local Passport and HTTP Passport.
  5. [✓] Authorization - API Key.

#Application Structure

RootFolder/
    app/
        models/
            beer.js
            user.js
        routes/
            beer.js
            user.js
        auth.js
        routes.js
    config/
      database.js
      passport.js
    node_modules/
    package.json
    server.js

Ref:

  1. Building Restful API - Node(Scott Smith)
  2. Setting Express - jscrambler
  3. Easy Node Authentication - Scotch.io
  4. Getting Started and Local Authentication - Scotch.io

About

Express Rest API with API Key Authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published