Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neelakandanv/mycrm-fe
MyCrm - A Simple and Secure CRM App with tokenized requests and role based authorizations.
https://github.com/neelakandanv/mycrm-fe
axios css3 font-awesome formik git github html5 javascript jsx material-ui netlify react-bootstrap reactjs reactrouterv6 vite yup
Last synced: 26 days ago
JSON representation
MyCrm - A Simple and Secure CRM App with tokenized requests and role based authorizations.
- Host: GitHub
- URL: https://github.com/neelakandanv/mycrm-fe
- Owner: NeelakandanV
- Created: 2024-09-02T17:08:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:04:10.000Z (2 months ago)
- Last Synced: 2024-09-28T06:23:33.730Z (about 1 month ago)
- Topics: axios, css3, font-awesome, formik, git, github, html5, javascript, jsx, material-ui, netlify, react-bootstrap, reactjs, reactrouterv6, vite, yup
- Language: JavaScript
- Homepage: https://mycrmportal.netlify.app
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyCrm - An CRM website
## Login Credentials
### For Admin
**Email - [email protected]**
**Password - 12345678**### For Lead
**Email - [email protected]**
**Password - 12345678**## URL - https://mycrmportal.netlify.app/
## This documentaion provides details about the CRM site with user Authentication with role based validations(Roles - Admin, Manager , Employee and Lead)and Authorization, implemented using vite + React. This APP allows you to manage Create,Read, Manage or Update Data and delete Data based on their roles(Authorizations-Only verified users can modify data).Site functionalities also include Login(Two step Authentication - verify with Email link) , Forgot Password , Reset Password and Delete operations.Admins has access to all data including manager data except creating service requests.Verified Manager has access to modify all data except creating service requests.Verified Employees has access to modify lead,contact and services data.Managers and Employees who are not verified can only able to view data cannot able to modify it.After verifying their email with email verification link their access will be granted.Service Requests can only be created by Leads.
## Features:-
### yup and Formik - For form validations
### Axios - To manage API calls
### React Bootstrap and Material Ui - For component stylings.### Since I'm deployed the apis in render's free tier, The initial request is taking time, Please wait little longer for initial request.Inconvenience Regretted.
### For Further Details,visit my Backend Source Code repo.
# Backend Source Code -[Github Link](https://github.com/NeelakandanV/MyCrm-BE)