Code Monkey home page Code Monkey logo

mhq-web's Introduction

MHQ-Web

MHQ-Web is a backend service using Django REST framework for a web application that aims to combine Integromat and Postman. It is developed by MHQ team.

Description

MHQ-Web allows users to create custom APIs and use them in automation pipelines. It mimics the functionality of Integromat, which is a automation platform that connects apps and services together, and Postman, which is an API platform for developers to design, build, test and iterate their APIs. It uses PostgreSQL as database and Celery for scheduling purpose.

Usage

  • First you need to install Docker

  • Then clone the repository and run server on your localhost

$ docker-compose -f docker-compose.dev.yml up -d --build

Deployment

  • Make .env.prod file like the .env.dev file with your own settings

  • Make .env.prod.db file

POSTGRES_USER={YOUR_DATABASE_USERNAME}
POSTGRES_PASSWORD={YOUR_DATABASE_PASSWORD}
POSTGRES_DB={YOUR_DATABASE_NAMW}
  • Move to the nginx directory and clone mhq front repository
$ cd nginx
$ git clone https://github.com/mhq-dev/mhq-front.git
  • Back to the root directory and run server
$ cd ..
$ docker-compose -f docker-compose.prod.yml up -d --build
  • Create your super user for administrative tasks
$ docker-compose -f docker-compose.prod.yml exec web python manage.py createsuperuser

Database Management at '/api/admin/'

API Document and Management at '/api/swagger/'

mhq-web's People

Contributors

amirh-khali avatar sadrakhamoshi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.