Go to file
2020-02-19 18:18:19 +01:00
accounts Lower lighthouse scores. 2020-02-18 13:11:28 +03:00
admin-dashboard Fix UI bugs. 2020-02-18 19:24:40 +01:00
api-docs Redue twilio errors. 2020-02-16 15:06:29 +01:00
backend Revert stripe changes. 2020-02-19 18:18:19 +01:00
certifications
dashboard Fix lint. 2020-02-18 21:58:25 +01:00
haraka Implement haraka 2020-02-17 22:00:41 +01:00
home Lower lighthouse scores. 2020-02-18 13:11:28 +03:00
http-test-server Fix http-test-server lint. 2020-02-17 00:18:38 +01:00
init-script Fix init-script lint. 2020-02-17 00:17:53 +01:00
kube-credentials
kubernetes Fix stripe test 2020-02-19 18:07:31 +01:00
licenses
marketing
postman-collection Redue twilio errors. 2020-02-16 15:06:29 +01:00
probe Fix probe lint. 2020-02-17 00:23:27 +01:00
server-monitor Fix server monitor lint. 2020-02-17 00:24:23 +01:00
slack Slack lint fixed. 2020-02-17 00:27:30 +01:00
smoke-test Fix smoke test. 2020-02-17 18:26:31 +01:00
status-page Merge branch 'dashboard-changes' into 'master' 2020-02-17 21:56:54 +00:00
style-guide
zapier Fix zapier. 2020-02-17 18:32:07 +01:00
.gitignore
.gitlab-ci.yml fix backend env file 2020-02-17 21:33:43 +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
CONTRIBUTING.md
docker-compose.yml Add new lock file for admin-dashboard 2020-02-17 22:19:21 +01:00
install.sh
LICENSE
package-lock.json
package.json Setup prettier 2020-02-18 00:13:47 +03:00
README.md
uninstall.sh

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 project in Docker Compose.
  • If you're working on particular project, 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