Table of Contents
This is a cool app where you can generate posts for LinkedIn, Twitter (X) and other platforms.
- Python 3.13
- React
- Next.JS 15
- OpenAI Responses API
-
Create a venv.
-
cd to
backend-py\src. -
Install from requirements.txt
pip install -r requirements.txt
-
Create
.envfile insidebackend-py/srcdirectory.touch .env
-
Add two keys to
.envfile:OPENAI_API_KEY= PORT=3001
WHERE OPENAI_API_KEY is your API KEY.
-
Run main as a module.
python -m src.main
-
Go to Swagger Docs to play with the API.
localhost:3001/docs
cd frontend
npm install
npm run devThis project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.