/open-ai-node

Primary LanguageTypeScript

OPEN AI CLONE

Two different application for Nodejs and NextJs, both integrated with OPEN AI API

Maintenance ForTheBadge built-with-love ForTheBadge Typescript ForTheBadge NextJs ForTheBadge Node

This project was built with the mindset of exploring OPEN AI API.

This project contains node js integration with OPEN AI API and Also has NextJs with OPEN AI integrations. I did not connect the two Node web service to the Next application because I am testing OPEN AI API on NextJs separately from Nodejs.

Art

Desktop View


Screenshot 2023-06-03 at 23 59 01

Mobile View

Screenshot 2023-06-03 at 23 58 49

Getting Started

This project is a starter pack for developers who want to integrate nodejs with OPEN AI or NextJS with OPEN AI applications.

To clone this project, open your terminal or cmd

cd folder/to/clone-into/

git clone https://github.com/bayorwor/open-ai-node

Then locate the project on your system and open with Termainal Or CommandLine.

To Run Client:


C:\path\to\project> cd client && npm install

then run to server:


C:\path\to\project> cd server && npm install

How to contribute

  • Fork the repository and clone it locally. Connect your local to the original “upstream” repository by adding it as a remote. Pull in changes from “upstream” often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely. (See more detailed instructions here.)
  • Create a branch for your edits.
  • Reference any relevant issues or supporting documentation in your PR (for example, “Closes #37.”)
  • Include screenshots of the before and after if your changes include differences in HTML/CSS. Drag and drop the images into the body of your pull request.
  • Test your changes! Run your changes against any existing tests if they exist and create new ones when needed. Whether tests exist or not, make sure your changes don’t break the existing project.
  • Contribute in the style of the project to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future.

Built With

Author 😊

Bayorwor Abudu

Inspiration

Abudu Bayorwor

  • He was the Facilitator for this session 🙏🤝🙈

License

MIT License

Copyright (c) 2023 Bayorwor Abudu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.