Go to file
2020-02-23 12:11:39 +01:00
accounts Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
admin-dashboard Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
api-docs Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
backend Merge branch 'hotfix-master' of gitlab.com:fyipe-project/app into hotfix-master 2020-02-23 12:11:39 +01:00
certifications Add cert 2019-11-07 09:20:14 +01:00
dashboard Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
haraka Update node in docker file. 2020-02-21 19:38:43 +01:00
home Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
http-test-server Merge branch 'master' into hotfix-master 2020-02-21 20:17:28 +01:00
init-script Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
kube-credentials Add console.error to server. 2020-02-21 00:09:25 +01:00
kubernetes Fix redis url 2020-02-23 12:11:25 +01:00
licenses Add license 2020-01-10 13:20:53 +01:00
marketing Home Branding Complete. 2020-01-19 21:34:01 +01:00
postman-collection Redue twilio errors. 2020-02-16 15:06:29 +01:00
probe Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
server-monitor Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
slack Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
smoke-test Fix smoke test. 2020-02-17 18:26:31 +01:00
status-page Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
style-guide Enterprise Page. 2020-01-10 22:36:07 +01:00
zapier Remove project individual ci yml 2020-02-21 13:33:26 +03:00
.gitignore Add env files 2020-01-29 15:20:40 +01:00
.gitlab-ci.yml Updte ci 2020-02-22 22:18:24 +01:00
.prettierignore Setup prettier 2020-02-18 00:13:47 +03:00
.prettierrc.json Setup prettier 2020-02-18 00:13:47 +03:00
CHANGELOG Add CHANGELOG 2020-01-13 20:59:16 +00:00
CONTRIBUTING.md Add CONTRIBUTING 2020-01-13 20:59:29 +00:00
docker-compose.yml Refresh backend node_modules 2020-02-21 19:04:29 +01:00
install.sh Add ngrok container. 2020-02-13 22:48:38 +01:00
LICENSE Update LICENSE 2019-08-02 16:59:04 +00:00
package-lock.json Status-page: Fix All services are offline bug even when services are online 2020-01-07 22:04:00 +05:30
package.json Setup prettier 2020-02-18 00:13:47 +03:00
README.md Add console.error to server. 2020-02-21 00:09:25 +01:00
uninstall.sh Add ngrok container. 2020-02-13 22:48:38 +01:00

Fyipe

Project Architecture

TODO

Description of the projects in this repo.

  • accounts - A React project used for Authentication (Log in, Sign up, Forgot Password, etc.)
  • dashboard - A React project for Fyipe user where user can interact with the Fyipe platform.
  • admin-dashobard - React Project where admin can block users, delete projects and more.
  • api-docs - HTML/CSS project. A public reference of Fyipe documentation.
  • backend - NodeJS Service. It's Fyipe API's.
  • home - HTML/CSS. Home Page / Marketing page of Fyipe.
  • http-test-server - A test server used to test website monitors for Fyipe.
  • kubernetes - yaml files to deploy fyipe on staging, production or any enterprise kubernetes cluster. This also contains DevOps/CI/CD scripts.
  • marketing - This is where you'll find logos, brief description of Fyipe, etc.
  • certifications - SOC/ISO/PCI certifications and more.
  • postman-collection - Postman collection for Fyipe API.
  • probe - Probe is an agent that gets insalled on a third party server on a thir party datacenter and it monitors users websites, services, from that data center. You can deploy multiple probes to monitor users resources - A probe in a datacenter in EU, in US, etc.
  • server-monitor - A probe that gets installed on a server and that monitors that particular server.
  • smoke-test - Smoke test that is executed after Fyipe is deployed to staging or production. If smoke test fails, the staging / production deployment will automatically be rolled back.
  • status-page - React project - Status page project of Fyipe.
  • zapier - Fyipe integrates with zapier. This is where integration code is. This gets deployed to zapier directly.
  • init-script - a container that runs schema migration script.

Running this project in local environment.

  • Before you run this project locally, please make sure you're on Ubuntu or on a Mac machine.
  • Install Docker and Docker Compose.
  • Install Robomongo / Mongo Compass / or any other MongoDB UI Tool.
  • Make sure MongoDB and Redis are NOT running (NO services should run on port 27017 and 6379)
  • Run sudo bash install.sh - This will take some time (30 mins maybe or more) when you run this for the first time.
  • The above command runs the entire project in Docker Compose.
  • If you're working on particular sub-project (for ex: accounts, admin-dashboard or literally anything else), your changes will not be reflected in Docker Compose automatically. In this case
    • Delete the docker container of the project you're working on. (sudo docker stop containerId and sudo docker rm containerId)
    • Once the container is deleted, cd into that project run npm install and npm run dev.
    • Let other projects / containers run on docker. They will work perfectly fine with a project you're working on.

LISENCE

Copyright (C) HackerBay, Inc - All Rights Reserved Unauthorized copying of this project, via any medium is strictly prohibited This project is proprietary and confidential