A family friendly way to connect
Do you have a family group on WhatsApp? Do you feel like you should share more with your family, but find the major social networks too public? Omaproof aims to provide a secure, easy to use, structured social network dedicated to your family.
To run the app you need to clone the omaproof-client, omaproof-server and omaproof-auth repositories.
git clone https://github.com/1334/omaproof-client
cd omaproof-client
npm install
# to run it
npm start
git clone https://github.com/1334/omaproof-server
cd omaproof-server
npm install
# to run it
nodemon src/index.js
# install rabbitMQ, on MacOs
brew install rabbitmq
git clone https://github.com/1334/omaproof-auth
cd omaproof-auth
npm install
# to run it
rabbitmq-server # start the rabitMQ service
nodemon src/index.js
- React
- Apollo Client
- GraphQL-Yoga
- Prisma
- RabbitMQ
- Sequelize.js
- PostgreSQL
- Frederik Hermans (@h3dgy)
- Iñigo Solano (@1334)
- Maxim Sinelnikov (@Truroer)
- Jovan Ratković (@ishootblanks)