Code Monkey home page Code Monkey logo

allocate's Introduction

Allocate

CoffeeBeans Logo

About the Application

Allocate is a comprehensive tool developed for the purpose of staffing and management, ensuring the optimal utilization of talent resources within an organization. It achieves this by meticulously considering various factors such as individual skills, professional experience, and current availability.

Development

Allocate uses Nx monorepo setup for both client-side and server side of the application test change

Built with

Integrations

Prerequisites

  • Node: version >=20.x
  • PostgreSQL: version ==14.6
  • Python: version >= 3.10.10
  • Poetry
  • A C compiler
  • python-dev or python3-dev
  • libpq-dev

Setup

Set environment variables within each apps as mentioned in the .env.example to run on local.

# Install dependencies
npm install

# View graph of the workspace
npx nx graph

# View project details
npx nx show project <app name> --web

# Run development for client app
npx nx serve ui

# Run to initialize service app for first time
npx nx run service:app-init

# Update your user permissions (if --role is not passed it takes default as super_admin)
npx nx run service:manage manage_user_groups --email=<your email> --role=<role name> --create

# Run development for server app
source apps/service/.env
npx nx serve service

Running tests

To execute tests with Nx use the following syntax:

npx nx run-many -t test -p ui service

Refer the Nx Documentation for more CLI commands that can be used.

Docker Local Setup

test

Set environment variables within each apps as mentioned in the .env.example to run on local

docker compose up

Contributing

Please see our contributing guide.

License

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.