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.
$ npm install
Create a .env
file with your openai API secret key as OPENAI_API_KEY
.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
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.