Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 827 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 827 Bytes

Feedrum API repo

It's repository, what contains code of Feedrum's RESTful API.

created by denkisil

now general repo of Feedrum API replaced to this repo

Dependencies, used for making Feedrum API:

  • Node.js (app server)
  • Express (MVC library)
  • body-parser (manage request body)
  • cookie-parser (manage cookies)
  • Mongoose (ORM system for MongoDB)
  • Bcrypt (Hashing password)
  • Nodemailer (sending emails)
  • node-email-validation (check what email is valid)
  • uuid (generating unicable strings)
  • dotenv (managing environmet variables)
  • multer (parse requests which contains files)
  • handlebars (parsing html templates)
  • fs (managing files)

Docs you can get in: