Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itzshoaib/tourgpt-api

A Generative AI's Application for travellers
https://github.com/itzshoaib/tourgpt-api

chatgpt-api generative-ai nestjs openai typescipt

Last synced: 29 days ago
JSON representation

A Generative AI's Application for travellers

Awesome Lists containing this project

README

        

## Description

TourGPT is a Rest API Application built using [NestJS](https://nestjs.com/) and OpenAI. The application is able to generate your trip's itinerary based on your input data. After running the application just hit `/api` endpoint to spin up the Swagger Documentation.

## Installation

```bash
$ npm install
```

## Before Running

Create a `.env` file with your openai API secret key as `OPENAI_API_KEY`.

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)