Skip to content

ITZSHOAIB/tourgpt-api

Repository files navigation

Description

TourGPT is a Rest API Application built using NestJS 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

$ npm install

Before Running

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

Running the app

# 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

Releases

No releases published

Packages

No packages published