A fullstack app for recipes
Recipe hub is an app where users can add or explore recipes added by other users
For the link to the live demo, Click here 👈
Recipe hub is an app where users can add or explore recipes added by other users. Users can login to their profile and find their list of recipes. They can add new recipes via form, which they can then edit or delete all recipes in their profile
Incorporates everything from Create Read Update Delete (CRUD)
- EXPRESS
- CSS
- CLOUDINARY
- MULTER
- MONGODB
- VS CODE
To get a local copy up and running you just need to follow the following steps in your terminal;
git clone "url"
where "url" (without the quotation marks) is the url to this repository.
For example:
git clone https://github.com/droffilc1/recipe-hub.git
Here you're copying the contents of the recipe-hub repository on GitHub to your computer.
Change to the repository directory on your computer (if you are not already there):
cd recipe-hub
CS50 is a openware course from Havard University and taught by David J. Malan
Introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, and software engineering. Languages include C, Python, and SQL plus students’ choice of: HTML, CSS, and JavaScript (for web development).
Thank you for all CS50.
Where I get CS50 course? https://cs50.harvard.edu/x/2023
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.