# Building a Node.JS OpenAI (3.0) app with NextJS (12.1)
# Tutorial on Open AI REST API
This lab was created during the course 2022/2023 and we used Next.js 12 and the old version of the Open AI REST API (npm module version 3.0). The 2022/2023 description of this lab is here. The repo you obtained from the assignment is based on that versions.
If you prefer, you can optionally change the goals required in the 2022/2023 description for implementing the prompt engineering agent described in the previous lab prompt engineering
# References
- Netlify (opens new window)
- Next.js (opens new window)
- React (opens new window)
- Netlify CLI (opens new window)
- Next.js on Netlify (opens new window)
- Deploying a Next.js app to Vercel (opens new window)
- A solution deployed at netlify https://nextjs-oai.netlify.app/ (opens new window)
- Here is YouTube video explaining a project similar to the one described in this lab: Build An AI Image Generator With OpenAI & Node.js (opens new window)
- Repo ULL-MII-SYTWS/nextjs-dynamic-routes (opens new window)
- NextJS official examples folderx (opens new window)
Last Updated: 5 days ago