Skip to content

raisingthefloor/rtf-simplegmail

Repository files navigation

SimpleGmail

All the APIs are developed in node js & frontend in vuejs

Prerequisites

Domain Setup

Environment Variables

  • Following variables you need to change as per your requirements in docker-compose.yml
  • GOOGLE_CREDENTIALS //A JSON used to authenticate with google for the sign-in process (Check Google sign-in setup section)
  • JWT_SECRET //Secret used to verify JWT Token
  • DB_NAME //MongoDB database name
  • FRONT_URL //You need to change it with your origin domain

Google sign-in setup

Please create a project in Google Cloud Console and follow the below setups to configure the Sign in button

consent-scopes

Installation

  1. Clone the repo

    git clone [email protected]:raisingthefloor/rtf-simplegmail.git
  2. Switch to the main branch

    git checkout main
  3. Build docker image from source using the composer command

    docker-compose build --no-cache
  4. Run the docker image

     docker-compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •