Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.15 KB

Build Tag Bump

Blue Collar Rocket

Image of Blue Collar Rocket App

About this App

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.

Try it live

Install the app

Fell free to clone this repository and play around.

Requirements

To get the app to work you need the following services:

  • MongoDB
  • Cloudinary database

Installation

  • Clone this repository
  • Run npm i in the main folder
  • Have fun 🚀

Run the app

  • To start the app run npm run dev
  • To start storybook run npm run storybook
  • To start the tests run npm run test:watch