All Projects → nuxxapp → Nuxx

nuxxapp / Nuxx

Licence: agpl-3.0
Visual Docker composer for faster development. Discover, leverage, and launch community recipes.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nuxx

Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (+15.19%)
Mutual labels:  django, docker-compose
Django Celery Docker Example
Example Docker setup for a Django app behind an Nginx proxy with Celery workers
Stars: ✭ 149 (+88.61%)
Mutual labels:  django, docker-compose
Docker Nginx Postgres Django Example
Example using Docker, Django, multiple Postgres databases, NginX, Gunicorn, pipenv, GitLab CI and tox.
Stars: ✭ 110 (+39.24%)
Mutual labels:  django, docker-compose
Docker Django Example
A production ready example Django app that's using Docker and Docker Compose.
Stars: ✭ 86 (+8.86%)
Mutual labels:  django, docker-compose
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (+387.34%)
Mutual labels:  django, docker-compose
Djangoweb
基于Django的运维平台
Stars: ✭ 137 (+73.42%)
Mutual labels:  django, docker-compose
Django React Typescript
A boilerplate with Django on the backend, React on the frontend, and much more!
Stars: ✭ 142 (+79.75%)
Mutual labels:  django, docker-compose
Docker Django Webpack Skeleton
Django Skeleton W/ Docker Dev & Production W/ Webpack 2 W/ BabelJS W/ Sass W/ PostgreSQL
Stars: ✭ 191 (+141.77%)
Mutual labels:  django, docker-compose
Fabricio
Docker deploy automation tool
Stars: ✭ 250 (+216.46%)
Mutual labels:  django, docker-compose
Treeherder
A system for managing CI data for Mozilla projects
Stars: ✭ 212 (+168.35%)
Mutual labels:  django, docker-compose
Docker Taiga
Docker container for Taiga https://taiga.io
Stars: ✭ 14 (-82.28%)
Mutual labels:  django, docker-compose
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (+484.81%)
Mutual labels:  django, docker-compose
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-34.18%)
Mutual labels:  django, docker-compose
Microsite
Full featured and completely customizable django site for organizations.
Stars: ✭ 75 (-5.06%)
Mutual labels:  django
Generator Django Rest
Yeoman generator for a Django REST/GraphQL API, an optional React SPA & lots more!
Stars: ✭ 77 (-2.53%)
Mutual labels:  django
Django Helpdesk
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
Stars: ✭ 1,198 (+1416.46%)
Mutual labels:  django
Django Suit Dashboard
Create a dashboard within Django admin interface.
Stars: ✭ 75 (-5.06%)
Mutual labels:  django
The Complete Guide To Drf And Vuejs
📢 Source Code from my Web Dev Course *The Complete Guide To Django REST Framework and Vue JS* (Lang: English & Italian)
Stars: ✭ 78 (-1.27%)
Mutual labels:  django
Django Amazon Ses
A Django email backend that uses Boto3 to interact with Amazon Simple Email Service (SES).
Stars: ✭ 77 (-2.53%)
Mutual labels:  django
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+10693.67%)
Mutual labels:  django

Nuxx Visual Docker Composer

Local setup

On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC to run make commands for convenience, or just run the commands from the Makefile by hand.

To get the tool working locally, just run:

$ make local_setup

... this command will bring up the backend, the database, sync migrations, and build and serve the Angular app in an Nginx container (for working locally with the tool). For production, you can build and deploy your own images or use mine as a base.

Local development

  • You can run the backend in dev mode with make backend_dev.
  • For developing the frontend run cd ./src/composer && npm run start. It will expect the backend connection on http://localhost:9001/api, but you can change this to your liking in src/composer/src/environment/environment.ts.

Project roadmap

  • Ongoing improvements and features for docker compose yaml generation.
  • Kubernetes yaml generation.
  • Application stack deployments directly from the web tool and CLI.
  • Nuxx CLI.

For anynone interested on trying out deployments, and the CLI, please message me on Slack. These features need some more work and testing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].