rookiemonkey / proyekto

A SaaS application written in ruby :diamonds: using ruby on rails framework allowing an organization to signup and invite their staffs to work on their projects :tada:

Home Page:https://krrb-prod-proyekto.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proyekto (SaaS App)

An app allowing organization to manage their projects by creating projects (depending on their plan) and adding their staffs on their account

Consider checking the repo's issues, all of my todos are in there 😄

Screenshot Screenshot Screenshot

Setup Locally

  • Environment Variables

    • Rails (config/application.yml)
      • PAYMONGO_PK
      • PAYMONGO_SK
      • CLOUDINARY_CLOUD_NAME
      • CLOUDINARY_API_KEY
      • CLOUDINARY_SECRET_KEY
      • CLOUDINARY_FOLDER_NAME
      • MAILTRAP_USERNAME
      • MAILTRAP_PASSWORD
      • MAILTRAP_ADDRESS
      • MAILTRAP_DOMAIN
      • MAILTRAP_PORT
    • Webpacker (config/webpack/.env)
      • PAYMONGO_PK
  • Paymongo

  • Cloudinary

    • Sign up and get the needed environment variables values on your dashboard https://cloudinary.com/
    • create a folder and assign it as CLOUDINARY_FOLDER_NAME's value
  • Mailtrap

Author: Kevin Roi R. Basina

About

A SaaS application written in ruby :diamonds: using ruby on rails framework allowing an organization to signup and invite their staffs to work on their projects :tada:

https://krrb-prod-proyekto.herokuapp.com/


Languages

Language:SCSS 40.4%Language:Ruby 35.5%Language:HTML 18.1%Language:JavaScript 6.0%