Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Vacations management application for smart teams, nodejs server, angularjs frontend
nodejs leaves management application
This application help you manage presence of your employees in your company. The staff can do requests, access to their planning, the department planning, the remaining vacation rights...
Approval by managers is following hierarchical departments structure.
Video preview:
Admin view screenshoot:
For technical details to install Gadael on your own server for production, see http://www.gadael.org
As root, this commands install all required packages to use AND build gadael.
apt install mongodb nodejs-legacy git g++ gyp gcc make
npm install -g bower
As a user
git clone https://github.com/gadael/gadael
cd gadael
npm install
bower install
A script in provided to initialize the database:
node install.js gadael "Your company name" FR
First argument is the database name, default is gadael. Second argument is your company name, default is "Gadael". Third argument is the country code used to initialize the database, if not provided the leave rights list will be empty.
Run server
node app.js 3000 gadael
First argument is the http port second argument is the database name
open http://localhost:3000 in your browser, you will be required to create an admin account on the first page.
Application listen on localhost only, an https reverse proxy will be necessary to open access to users.
The file config.example.js can be copied to config.js for further modifications.
Install grunt as root
npm install -g grunt-cli
List of supported commands for development:
grunt --help
MIT
FSF approved, OSI approved and GPL compatible...
FAQs
Vacations management application for smart teams, nodejs server, angularjs frontend
The npm package gadael receives a total of 8 weekly downloads. As such, gadael popularity was classified as not popular.
We found that gadael demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.