Frontend Application built using ReactJS to accept, reject and manage travel permissions raised by the appication users.
View Demo ·
Repository
·
View More »
This repository has frontend components built using ReactJS. The main objective of this application is to create a user friendly dashboard for the travel admins, to view the applications raised by the users. This application consumes the backend API Travel Management Service to accept, reject and manage travel permissions.
To get a local copy of this frontend application up and running follow these example steps.
git clone https://github.com/bqwerr/react-epass-portal.git
react-epass-portal
and run command npm install
.npm start
.For usage of endpoints, please refer to the Documentation
/api/auth/signup
endpoint from the above documentation.