This is a minimalist online recipe app, in which you can create, delete, view, and search for recipes. Each recipe its name, cooking time, author, ingredients, cooking steps, and of course a photo of it.
In folder "recipe/src/server/src/main/java/com/longyi/recipe", open "RecipeApplication.java" in IntelliJ IDEA, run the code as backend server. open terminal, cd into "recipe" parent directory use command "npm install" to install dependencies use command "ng serve" to run the app if run successfully, you will see something like "** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **", open the address on browser
