Mom
Minutes for a Meeting - a good record keeping of minutes
Install / Use
/learn @FlowzPlatform/MomREADME
MOM
It is an user friendly way of listing the tasks, assigning them, to track them, maintain comments or action taken and its status updates of minutes.The user can create subtasks upto any level in real time.
Getting started
-
Take clone of project
-
Install rethinkdb.
https://rethinkdb.com/docs/install/
before run application
start rethinkdb
-
Install mongodb.
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
before run application
start mongodb
-
Run Microjs of auth
Install your dependencies
cd path/to/auth/folder
npm install
Run below command to setup SECRET and Mongodb path and run auth service
SECRET=abcdefgabcdefg MONGODB=mongodb://localhost:27017 npm start
-
Run Microjs of USER
Install your dependencies
cd path/to/user/folder;
npm install
Run below command to setup SECRET and Mongodb path and run auth service
SECRET=abcdefgabcdefg MONGODB=mongodb://localhost:27017 npm start
-
Run feathres server
Install your dependencies
cd path/to/server;
npm install
Start server
npm start or node src
-
Run client
Install your dependencies
cd path/to/client; npm install
Start client
npm start or npm run dev
Getting started using docker
-
Install docker and docker compose
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
-
Run application
docker-compose up
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
