UKG Employee Inbox Service to handle notifications, messages, and events
- ExpressJS
- React Router
- Mongoose
- Nodemon
- React-Moment and Moment
- BCrypt
- Jest
- Navigate (through your terminal) to where on your workstation you would like to have your project files
- Run
git clone https://github.com/hugoamaralsantana/mseg-inbox-service
. A folder named mseg-inbox-service should be added in the directory that your ran thegit clone
command. - Navigate into said folder and voila. You set it up. That's really all there is to it.
Let me know if you guys have any issues cloning the Github repository into your workspace
- Run
git pull origin main
in your workspace through your terminal - Run
npm i
in the case of any dependency discrepancies