WIP!

Trilla: open-source CRM fullstack boilerplate

githubopen in new window

screenshot

Installation

Trilla requires Node.jsopen in new window v18+ to run.

Install the dependencies and devDependencies.

cd backend
npm i
cd ../frontend
npm i

Database and Sequelize

Running Migrations and Seeds

cd backend/src
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all

This will execute seed file and a demo and admin users will be inserted into the User table.

Docker

make up

This will create the images, pull in the necessary dependencies and run backend node server.

License

MIT

Last Updated: