Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.08 KB

MERN VER 1.0

Mern_dashboard

a dashboard using mern stack

framework and libraries for backend

  • nodejs
  • expressjs
  • mongo with mongoose - An Object Data Modeling (ODM) library for MongoDB and Node.js
  • cors Middleware for enabling Cross-Origin Resource Sharing (CORS), a mechanism that allows resources on a web server to be accessed by web pages from a different domain.
  • uuid for automatic uuid geration
  • helmet middleware for setting HTTP headers
  • morgan HTTP request logger middleware for Node.js.
  • nodemon A utility that monitors for any changes in your source code and automatically restarts your server.
  • body parser Middleware for parsing incoming request bodies in a middleware before your handlers, available under the req.body property.
  • cookie-session Simple cookie-based session middleware.
  • passport for authentication with google and mongoose

framework and libraries for frontend

  • react
  • redux
  • mui
  • nivo
  • fullcalendar
  • formik for forms

to follow the project

  • trello