Skip to content

prabhuignoto/marley-spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published