Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itzshoaib/tourgpt-api
- Owner: ITZSHOAIB
- Created: 2023-05-23T13:37:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-24T17:12:40.000Z (over 1 year ago)
- Last Synced: 2024-11-07T20:55:13.722Z (3 months ago)
- Topics: chatgpt-api, generative-ai, nestjs, openai, typescipt
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)