Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 505 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 505 Bytes

News Portal

An online news portal system

Features:

  • Token based Authentication and Authorization
  • File upload
  • Custom Error Handling
  • Full Text Search
  • Database transactions
  • Server Side pagination
  • Server side schema validation
  • Rate Limiting
  • Caching
  • MVC

Technology Stack:

  • Node js
  • Express Js
  • MongoDB
  • Redis
  • EJS

Usage

"/.env" update the values/settings to your own

Install Dependencies

npm install

Run App

# Run in dev mode
npm start