Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droffilc1/recipe-hub
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.
https://github.com/droffilc1/recipe-hub
auth0 ejs express mongodb nodejs
Last synced: 27 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/droffilc1/recipe-hub
- Owner: droffilc1
- Created: 2023-03-02T06:18:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T09:55:21.000Z (5 months ago)
- Last Synced: 2024-07-24T11:14:07.899Z (5 months ago)
- Topics: auth0, ejs, express, mongodb, nodejs
- Language: EJS
- Homepage: https://recipe-hub-pi.vercel.app/
- Size: 155 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RECIPE HUB
A fullstack app for recipes
## Overview
Recipe hub is an app where users can add or explore recipes added by other users## Live Demo
For the link to the live demo, [Click here](https://recipe-hub-pi.vercel.app/) :point_left:## Video demo:
[Click here](https://www.youtube.com/watch?v=cI7jjmrHm4A) π### Description:
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![recipe-hub](https://github.com/droffilc1/recipe-hub/assets/97587370/4cebcecf-5735-4019-a840-a4b31b50b2b0)
## Features
Incorporates everything from Create Read Update Delete (CRUD)## Built With
* EXPRESS
* CSS
* CLOUDINARY
* MULTER
* MONGODB
* VS CODE## Running The Project
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
```## About CS50
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
## Contributors
**[@droffilc1][1]**
## π€ Ways To Contribute
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a βοΈ if you like this project!
## π License
This project is [MIT](./MIT.md) licensed.
[1]:https://github.com/droffilc1