This directory contains the backend code for our application, which is built using Express.js. The backend is responsible for handling openai API requests, managing data, and serving as the server for our application.
- The .env file contains the api_key for openai API.
Before running the server, make sure you have Node.js and npm (Node Package Manager) installed on your system.
-
Open your terminal and navigate to this directory:
cd path/to/backend
- To install all the dependencies for the project.
- To start the app.
- The server is running on port : 8000