- node v20
- mongo
- redis
- onlyoffice documentserver
yarn install
## to clean all installed node_modules
yarn clean
yarn start
- API : http://localhost:3000
- Public front-end : http://localhost:4001
- Admin : http://localhost:4002
yarn run migration:create
# rename and fill new file created in packages/server/migrations
Migrations run automatically when server starts.
You can also run them manually:
yarn run migration:up
Through github actions