Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 596 Bytes

General Assembly Logo

express-api-template

A template for starting projects with express as an API. Includes authentication and common middlewares.

Installation

Structure

API

Authentication

Verb URI Pattern
POST /sign-up
POST /sign-in
PATCH /change-password/

POST /sign-up