Use MERN Stack to create Boiler Plate of Register/Login/Logout/Auth API
📝 Boiler Plate? It is template code with required basic configuration that is frequently reusable in multiple locations with minimal changes
🗂 3-tier architure
Front-end : React.js
Application tier(Back-end) : Node.js, Express.js
Database : MongoDB
To use this applications,
- make dev.js file inside server/config folder
- put mongoDB info into dev.js file (e.g) module.exports = { mongodb : key }
- "npm install" inside the server directory to download Server Dependencies
- "npm install" inside the client directory to download Front-end Dependencies