harpreetkhalsagtbit / backend-url-manager

Express REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%