This Express app has API endpoints to load Gantt data and sync data changes to a local SQLite database. It uses Sequelize ORM.
Install the dependencies using the following command:
npm installSeed the database with the example tasks data:
npm run seedRun the local development server:
npm run devInstall the dependencies using the following command:
npm installRun the local development server:
npm run dev