I built this as a capstone project of our web development boot camp.
Blue Collar Rocket is an app to streamline processes in craftsmanship. Delight your customers with excellent consulting and lightning-fast service. Motivate and reward your employees through an easy bonus system. Increase your revenue.
- Blue Collar Rocket Deployment
- Please be patient. It could take up to 30 seconds to spin up the server.
Fell free to clone this repository and play around.
To get the app to work you need the following services:
- MongoDB
- Cloudinary database
- Clone this repository
- Run
npm i
in the main folder - Have fun 🚀
- To start the app run
npm run dev
- To start storybook run
npm run storybook
- To start the tests run
npm run test:watch