Git Product home page Git Product logo

madaju / dotenx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotenx/dotenx

0.0 0.0 0.0 103.15 MB

No-code and Low-code all-in-one platform to build landing pages, websites, web applications, APIs, automations. An alternative for Wix, Webflow, Zapier, and more

Home Page: https://dotenx.com

License: Other

Shell 0.57% JavaScript 1.40% Python 0.11% Go 40.84% TypeScript 56.45% CSS 0.02% Makefile 0.01% HTML 0.05% Dockerfile 0.55%

dotenx's Introduction

DoTenX core, is a full stack low-code solution for building scalable and powerful applications, automations, APIs, internal tools and much more.


Our mission is to make technology more accessible to small and medium size businesses.

Twitter Follow GitHub tag (latest SemVer pre-release) GitHub release (release name instead of tag name) GitHub contributors

Try DoTenX on cloud (no credit cards needed - unlimited access):

https://dotenx.com

Docs:

https://docs.dotenx.com (https://github.com/dotenx/dotenx-docs)

dotenx-intro.mp4
dotenx-ui-builder.mp4

YouTube:

https://www.youtube.com/channel/UC4S1w3Go3IdQpEma1i4fw4g


Run locally

Step 1: Clone project -> git clone https://github.com/dotenx/dotenx

Step 2: Go to dotenx root directory -> cd dotenx

Step 3: Create docker network -> docker network create -d bridge --attachable dev

Step 4: Run all services -> docker-compose up

Step 5: Install postgresql on your device (linux-windows-macOS)

linux: https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql-linux

windows: https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql

macOS: https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql-macos

Step 6: Run this command -> psql -h localhost -d postgres -U psql_user -p 5434

Note: password is "psql_password"

Step 7: Run this query ->

SELECT 'CREATE DATABASE ao'
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'ao')\gexec

Step 8: Run this query -> CREATE DATABASE template_base WITH IS_TEMPLATE TRUE;

Step 9: Run this command -> \c template_base

Step 10: Run these queries (just copy and paste and then press enter) ->

CREATE DOMAIN yes_no          AS BOOLEAN;
CREATE DOMAIN image_address   AS VARCHAR;
CREATE DOMAIN file_address    AS VARCHAR;
CREATE DOMAIN rating          AS int;
CREATE DOMAIN url             AS VARCHAR;
CREATE DOMAIN email           AS VARCHAR;
CREATE DOMAIN just_time       AS TIME;
CREATE DOMAIN just_date       AS DATE;
CREATE DOMAIN date_time       AS TIMESTAMP;
CREATE DOMAIN num             AS int;
CREATE DOMAIN short_text      AS VARCHAR;
CREATE DOMAIN long_text       AS TEXT;
CREATE DOMAIN link_field      AS int;
CREATE DOMAIN text_array      AS TEXT[];
CREATE DOMAIN yes_no_array    AS BOOLEAN[];
CREATE DOMAIN num_array       AS int[];
CREATE DOMAIN dtx_json        AS JSONB;
CREATE DOMAIN float_num       AS DOUBLE PRECISION;
CREATE DOMAIN float_num_array AS DOUBLE PRECISION[];

Step 11: Finally quit from psql with this command -> \q

Developer guides:

WIP - will be added as a high priority.

dotenx's People

Contributors

armingodiz avatar frustak avatar hojjat-1 avatar mkamrani avatar as-shura avatar hawwwdi avatar mehdikamrani avatar mehrdadeshraghi avatar aliiiheydar avatar mehrdad-eshraghi avatar im-sina-jalali avatar dotenx-user avatar erfanq1 avatar utopiops-user 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.