SkillAgentSearch skills...

Mom

Minutes for a Meeting - a good record keeping of minutes

Install / Use

/learn @FlowzPlatform/Mom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  1. Take clone of project

  2. Install rethinkdb.

    https://rethinkdb.com/docs/install/

    before run application

    start rethinkdb

  3. Install mongodb.

    https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/

    before run application

    start mongodb

  4. 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

  5. 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

  6. Run feathres server

    Install your dependencies

    cd path/to/server;

    npm install

    Start server

    npm start or node src

  7. Run client

    Install your dependencies

    cd path/to/client; npm install

    Start client

    npm start or npm run dev

Getting started using docker

  1. 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

  2. Run application

    docker-compose up

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2y ago
Forks2

Languages

Vue

Security Score

65/100

Audited on Oct 30, 2023

No findings