An open API service indexing awesome lists of open source software.

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

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

**GenAi-ext-backend** is backend server for GenAi-ext browser extension.

## 🛠 Built With

### Tech Stack

Server

### Key Features

- **Mock GenAi response**
- **Serve Browser Extension with GenAi response**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://gen-ai-ext-backend.onrender.com/)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Author**

- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)

(back to top)

## 🔭 Future Features

- [ ] **User Auth**
- [ ] **GenAi integration**
- [ ] **Error Handling**

(back to top)

## 📝 License

This project is [MIT](/MIT.md) licensed.

(back to top)