recipes-sharing-app

Recipes Sharing App

Recipes sharing app built with Svelte and Serverless

Recipe app

This app lets users manage their recipes. It's primarily built with Svelte and Serverless.

How to install

1. Backend

  1. Go to /backend
  2. Install the Serverless CLI (npm install -g serverless)
  3. Configure AWS credentials
  4. Run npm install
  5. Deploy with sls deploy

After deploying, check the console logs for information about the endpoints (needed to configure the frontend).

2. Frontend

  1. Go to /frontend
  2. Edit config.js with the information from the backend deployment. You'll also need to provide Auth0 credentials here.
  3. Run npm install
  4. Start with npm start

By default, the app will be made available on http://localhost:1234.

Top categories

Loading Svelte Themes