nakjemmy / udacity-cdev-final-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Recipe App

This is a simple Recipe App built with the Serverless Framework and the React Web Library.

Functionality of the application

This application allows creating/removing/updating/fetching Recipes for an authenticated User. Each Recipe item can optionally have an attachment image. Each user only has access to Recipe items that he/she has created.

Prerequisites

How to run the application

To run a client application run the following commands:

cd client
npm install
npm run start

This should start a development server with the React application that will interact with the serverless Recipe application.

About


Languages

Language:TypeScript 83.1%Language:JavaScript 7.0%Language:SCSS 5.7%Language:HTML 3.4%Language:CSS 0.7%