-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from RosaErick/dev
creanting readme, changing labelname, title and sutitle
- Loading branch information
Showing
4 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# AI Vegetarian Recipe | ||
|
||
Vegetarian recipe generator using OpenAI API. Create recipes with one or more ingredients and share it in the app or as you like. | ||
|
||
This is a fullstack app built with Vite, React, TailwindCSS, Node.js, Express, MongoDB, and OpenAI API. The app is deployed on Netlify and Render. | ||
|
||
This app was built for practice and learning purposes. | ||
|
||
You can visit the app [here](https://aivegetarianrecipes.netlify.app/) | ||
|
||
## Installation | ||
|
||
Use the package manager [npm](https://pip.pypa.io/en/stable/) to install foobar. | ||
|
||
in client and server folder: | ||
```bash | ||
npm install | ||
``` | ||
|
||
|
||
## Usage | ||
|
||
client: | ||
```bash | ||
npm run dev | ||
``` | ||
|
||
server: | ||
```bash | ||
npm start | ||
``` | ||
|
||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first | ||
to discuss what you would like to change. | ||
|
||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters