Coder Social home page Coder Social logo

psypersky / dprnk Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 150 KB

Full-stack open source solution for Universal/Isomorphic web apps using PostgreSQL, React.js, Node.js, Koa.js and microservices

License: The Unlicense

JavaScript 62.88% Shell 0.46% CSS 36.67%
full-stack nodejs docker koa postgresql boilerplate startup scafold bootstrap reactjs universal isomorphic

dprnk's Introduction

DPRNK

Discord

DPRNK is a full-stack open source solution for Universal/Isomorphic web apps using PostgreSQL, React.js, Node.js, Koa.js and microservices. The idea is to cover the most common use cases for Universal web applications.

The project consist on three different micro-services:

API
This is the server that is public to the internet, here we communicate with the browsers and our web client app, the API knows how to access the database and when it needs to do a server side render it calls or web-app files it calls the web-app renderer for them.

web-app renderer
Receives state from the api, render the react app and put it in the index template, the returns the hole site to the api. Also serve the static files of the web app (images, fonts, etc) and the app itself (javascript file) and serve them. Note: Web-app renderer should not serve static files in the future, this should be done by an http server.

Database (Just development)
When using docker for development a postgreSQL container is created with the initial schema and some test data.

Development with Docker

clone repo
cd dprnk
docker-compose -f docker-compose.dev up

dprnk's People

Contributors

psypersky avatar

Stargazers

David avatar

Watchers

James Cloos avatar  avatar

dprnk's Issues

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.