Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 533 Bytes

File metadata and controls

21 lines (14 loc) · 533 Bytes

NodeJS-ExpressJS-MongoDB-Passport-JWT-AWSS3 APIs

I have built RESTful APIs for user authentication and face recognition using the above skills.

Upload images to AWS S3.

Integrated Swagger UI for API documentation.(example)

Prerequisite

MongoDB should be running on your local.

Run

  • npm install
  • npm start

API URL

http://localhost:3001/api/v1

SWAGGER URL

http://localhost:3001/api-docs

Swagger Image