The Dealer Registration System is a web application that allows companies to register and access detailed information about our products, prices, and directly communicate with us. Additionally, it enables our HR team to perform detailed analysis of business relationships based on location.
- Frontend: EJS (Embedded JavaScript)
- Backend: Node.js, Express.js
- Database: MongoDB
- CSS Framework: Tailwind CSS
- Libraries: bcrypt, body-parser, cookie-parser, dotenv, flowbite, jsonwebtoken, mongoose, nodemailer
- Company registration
- Access to product details and pricing
- Direct communication with our company
- Location-based business relationship analysis
- Visit the registration page to sign up as a company.
- Log in to access product details, pricing, and communication features.
- HR can log in to perform location-based analysis of business relationships.
git clone https://github.com/kffod/Dealer-Registration-System.gitcd Dealer-Registration-Systemnpm installnpm startAccess the application in your web browser at http://localhost:3000 .