Skip to content

chas-academy/u08-recipe-api-Oskar-Mikael

Repository files navigation

Contributors Forks Issues

U08 Laravel Recipe API

Table of Contents

  1. About The Project
  2. Goals and Context

About The Project

Built With

Goals and Context

The goal of this project is to provide an API service for a recipe application, which is to be implemented with my other Angular Recipe Application. The Angular frontend was originally built without a backend in mind, but with this project, it is now possible to use backend functionality in the frontend.

Project Solves?

With this API, the frontend now has functionality for authentication using Laravel Sanctum, aswell as registering users. Users are then able to use CRUD methods to save recipes and ingredients to their own personal lists. With this, the users now have an easy to use design, as well as a quick way to save their favorite recipes to remember them at a later date.

Getting Started

Installation

  1. Clone down the repo
  2. Install composer dependencies
composer install
  1. Set up environment variables
  2. Migrate the database
php artisan migrate
  1. You're done! 🎉

Team Github/LinkedIn

Oskar Boström GitHub - LinkedIn

About

A Laravel API backend for my Angular Recipe application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages