Frontend for Shopping-list. This web application helps to create meal plans, find recipes based on that meal, and organize grocery lists around those recipes and what you have in your fridge.
-
Creating a grocery list
-
Managing purchased ingredients
-
Create the recipes and share them with others
-
Finding a recipe that you can make from your purchased ingredients
This repository has only the frontend part. Backend is located in the Shopping-list repository.
Angular, JWT, JHipster
Before you can build this project, you must install and configure the following dependencies on your machine:
npm install
Npm is also used to manage CSS and JavaScript dependencies used in this application. You can upgrade dependencies by specifying a newer version in package.json
. You can also run npm update
and npm install
to manage dependencies.
Run the following command to start the angular application:
npm start
Navigate to http://localhost:9000 in your browser.