This is the admin dashboard of the frontend application Road Rakshak. The deployed version of the application is live on vercel --- https://road-rakshak-admin.vercel.app/.
- Clone the repository
$ git clone https://github.com/krishna9304/road-rakshak-admin.git
- Install all the dependencies using command
$ yarn
- Run
$ yarn start
. - The application should start on port 3000. You can visit the application on
http://localhost:3000
All the details of the admins are stored securely in our database and the password of every admin is hashed by a hashing algorithm, so, not even us will be able to access other people's account.
Every admin in the portal should verify his/her email to use our services.
Admin will verify the reports based on the severity of the condition. Also, when the hurdles are fixed, the admin can delete the report.
Admins can post different sort of articles, blogs or news on the portal so that the users can stay updated.
All the hurdles reported by the users will only get uploaded to the map, only when they are verified by the admin. So there are no chances of spam. Also, all the accounts on the portal are verified through email.