Danial-Hussain / retro-stack

A scaffold for building full-stack apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retro Stack

As the name suggests, the retro-stack is composed of a combination of modern and past tools that integrate together to build full-stack applications.

  • Documentation: Docusaurus
  • Database: PostgreSQL + Liquibase
  • Infra: Docker + Docker Compose
  • Frontend: Next.js + Plasmo.js
  • Design: Storybook + ChakraUI
  • Backend: Laravel + GraphQL

To build the static content and boot up the docker containers simply run npm run start:docker

To just boot up the docker containers run docker compose --env-file ./packages/api/.env up

About

A scaffold for building full-stack apps

License:MIT License


Languages

Language:PHP 50.1%Language:TypeScript 21.6%Language:Blade 13.5%Language:HTML 7.4%Language:MDX 6.1%Language:JavaScript 0.6%Language:Shell 0.4%Language:CSS 0.3%