CAT Solutions is a MERN stack application built to solve any businesses needs to track their physical assets for each office location and each piece of equipment assigned to each employee of the company. With the ability to add custom reporting for accounting, administrative, and general purposes our system is guaranteed to ease your burden of tracking spreadsheets manually.
The application is deployed on Heroku.
Click here to access it.
- Install the dependencies:
npm install
; - Run:
npm start
; - The default port is 3000, so to access you must go to http://localhost:3000
- Front End: react, react-bootstrap, chart.js, CSS, axios, react-date-picker, react-router
- Database: MongoDB, Mongoose
- Back End: Express, passport.js, bcrypt.js, browser-router, cookie-parser, JWT
- DevOps: GitHub, Heroku