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

Algorithm implementation for cost-effective flower bundle analysis and order optimization.

Notifications You must be signed in to change notification settings

HarrisFauntleroy/flower-shop

Repository files navigation

Flower shop

About

Process orders from a flower shop

Setup

yarn:

# Install dependencies
yarn

# Start nodemon (view example output)
yarn dev

# Run tests
yarn test

# Check types
yarn type-check

# Build to Javascript (output in ./dist)
yarn build

# Run compiled build (runs the example file to show output)
yarn start

Coverage Quality gate Security rating Maintainability Bugs Vulnerabilities Code smells


About

Algorithm implementation for cost-effective flower bundle analysis and order optimization.

Resources

Stars

Watchers

Forks