prabhuignoto / marley-spoon

recipes site for Marley Spoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marley Spoon Recipes

A Fullstack app for displaying some of the best recipes from Marley & Spoon

app

Application Components

The application is made up of two components

  • ms-ui - The Frontend is built with Next JS, React, Typescript, Styled Components & Apollo client
  • ms-server - A Node express app for serving the data and this is exposed as a Graphql endpoint

How to run the apps in development mode

Please start the Express server first

  cd ./ms-server
  yarn install
  yarn dev

To start the UI application

  cd ./ms-ui
  yarn install
  yarn dev

To build & start the apps in production mode

Building the node app

  cd ./ms-server
  yarn build
  yarn start

To start the UI application

  cd ./ms-ui
  yarn install
  yarn start

Build your docker Images

To build the node app as a Docker image

  cd ./ms-server
  yarn build:image

To build the UI app as a Docker image

  cd ./ms-ui
  yarn build:image

About

recipes site for Marley Spoon


Languages

Language:TypeScript 84.2%Language:JavaScript 7.7%Language:CSS 7.5%Language:Shell 0.6%