DEV Community

Cover image for CookOverflow - a place where share your recipe
ffex
ffex

Posted on

CookOverflow - a place where share your recipe

Overview of My Submission

Very often I use websites to find some new recipe to try (cook and eat!) and very often I don't have in my fridge the ingredients ðŸĪ”

Here the idea! A Stackoverflow like website where the people can ask recipes to other people! No perfect "Chef recipe", but something personal, something that is write in a old grandma recipes book!

The project is in a very very early stage, it something like a pre-demo. It's awesome work with appwrite and see the project grow really really fast (To do this I work on it something like only 20 hours!!)

It is very funny work with appwrite and learn to use this powerful backend environment for side project (I have a lot of side projets idea!ðŸĪŠ).

The base feature right now are: login, write a post with the choose of ingredients, write recipes easy to answer the post.
The complete idea is to do a system of ranking (for user, for recipe, for post) to do monthly challenge and maybe gain some prizes! Maybe an app ("Grandma Recipes Book" for example) with the bests recipes ordered by month, year, all time.

It is developed with AppWrite for the backend using:

  • Log with OAuth2 by Google
  • Database functions: List, Query, Create, Update...

For the frontend I used Angular and PrimeNg, and it perfect to fast the work!

In the repo there is (under directory "util") a little script in python to do massive insert of the ingredients.

Submission Category:

Web2 Wizards

Link to Code

CookOverflow

This project was generated with Angular CLI version 13.3.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.




Additional Resources / Info

  • FoodDB, for the ingredients list.
  • PrimeNG for the amazing angular components.

Screenshots/demo videos are encouraged!

Homepage
home page
Login!
login
Create a post!
create a post

Choose ingredients
choose ingredients

Check the post with recipes list by other users
check post

Create a recipe!!!
create a recipe

create a recipe

Check recipes
check recipes

check recipes

Top comments (0)