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

Feedrum-Project/feedrum-api-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published