https://github.com/devendra-alt/gen-ai-ext-backend
https://github.com/devendra-alt/gen-ai-ext-backend
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devendra-alt/gen-ai-ext-backend
- Owner: devendra-alt
- Created: 2023-08-27T17:21:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T18:31:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T19:56:11.756Z (over 1 year ago)
- Language: JavaScript
- Size: 565 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GenAi-Backend
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author](#authors)
- [🔭 Future Features](#future-features)
- [📝 License](#license)
**GenAi-ext-backend** is backend server for GenAi-ext browser extension.
Server
- **Mock GenAi response**
- **Serve Browser Extension with GenAi response**
- [Live Demo Link](https://gen-ai-ext-backend.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node.js
- Chrome Browser (tried and tested)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git https://github.com/devendra-alt/gen-ai-ext-backend.git
```
### Install
Install this project with:
```sh
cd gen-ai-ext-backend
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
👤 **Author**
- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)
- [ ] **User Auth**
- [ ] **GenAi integration**
- [ ] **Error Handling**
This project is [MIT](/MIT.md) licensed.