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.
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.
- Clone down the repo
- Install composer dependencies
composer install
- Set up environment variables
- Migrate the database
php artisan migrate
- You're done! 🎉