Skip to content

Devops Guide

mohammadranjbarz edited this page Mar 23, 2022 · 3 revisions

Stack

  • DB: Postgres (Hosted on Digital ocean), Redis( Runned by docker )
  • App
    • Language: Typescript (Nodejs v14)
    • API: Graphql
    • Framework: Apollo Graphql
    • ORM:Typeorm
    • Test tools: Mocha, chai ( We have both unit tests and integrations tests)
    • Admin panel: We use Admin Bro library
  • Deployment : Docker/Docker-compose

CI/CD

Web Server

  • Tool: Nginx

PS /admin is for accessing to Admin panel so it's just accessible if you are connected to our VPN

Clone this wiki locally