About This Template
This is a simple and clean authentication template built with Node.js, Express.js, EJS, and MongoDB. It provides basic user management features like signup, login, logout, and access to a protected dashboard. The design is kept minimal with EJS templating to ensure easy customization and integration into your own project.
You can directly use this authentication form in your existing project without any interruption.
- Frontend: HTML, CSS, EJS (Embedded JavaScript templates)
- Backend: Node.js, Express.js
- Database: MySQL
- Authentication: bcrypt for password hashing
- Validation: Joi schema validation
- Configuration: Config module for environment management
Update: 27-09-2023
Now you can connect with MySQL database and store all the registration data
Update: 04-12-2023
Login page added and connected with Rest API