Coder Social home page Coder Social logo

gliding-club-crm's Introduction

Gliding Club CRM

CRM for managing a gliding club.

Automatically Assigning Members to Shifts

The nice feature here is the ability to automatically assign members to duties while keeping a correct load distribution between the members, and taking members' assignment preferences into account at the same time.

Screen Recording 2023-01-15 at 17 36 29

Local Development

Prerequisites for development

  • Node.js v16
  • docker
  • docker-compose
  • yarn

Set up the project

make install-dev

Configure Webstorm (optional)

Create a mocha configuration for unit testing

  1. Create a mocha configuration
  2. Set <root>/server as the working directory
  3. In Extra mocha options: --require ts-node/register
  4. Select File Patterns
  5. In Test File Patterns: {,!(node_modules)/**}/*.test.ts Why excluding node modules is necessary

Other forms of deployment

Docker

docker-compose up -d

# Or

make up

Kubernetes (local)

make local-registry-up
docker-compose build
docker-compose push
make up-k8s

gliding-club-crm's People

Contributors

ohad-lynx avatar ohadch avatar

Watchers

 avatar

gliding-club-crm's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.