MERN-Project InsuranceMart (https://insurancemart.herokuapp.com/)
| Technology | Description | Link |
|---|---|---|
| MongoDB | Database | ---- |
| ReactJS | For forntend development | ---- |
| NodeJS | For backend development | ---- |
| ExpressJS | For backend | ---- |
| Heroku | For Deployment | ---- |
Clone the project to local system and open the current folder
cd .\client\
npm installAgain go the main folder
cd .\server\
npm installcd .\client\
npm startAgain go the main folder
cd .\server\
npm start-Database connection is already done and .env file is also included
- Signup
- Login
- Create User
- Display User Data
- Upload CSV file - customer data
- Insurance Mart is an insurance policy tracking website where a customer can easily access all the details regarding their respective policies acquired through the agent. Admin-control can manage the users that can access the website and can also create new users accordingly. Admin will have to upload a '.csv' file in order to feed data to the mongo database. Customers can then login with proper credentials provided to them and access the details like renewal dates, etc.