/Animal-ExpressApi-Mongodb-

Backend public API that provide animal picture with Express.Js and MongoDB

Primary LanguageJavaScript

Animal-ExpressApi-Mongodb-

This is the Backend API of Animal Express API Project.
This API provide Animals picture and data from the contributor.
You can see this app here http://128.199.125.19/

What I use in this project?

  • using express js as back end stack
  • using mongodb as database stack
  • Secured with JWT Auth using access token & refresh token
  • Password secured with one way encryption
  • Secured also with reCAPTCHA
  • Secured form validation with Joi
  • Use middlewares like multer (image parsher), sharp (image size reducer), etc.
  • the other project feature is under development!