Skip to content

Latest commit

 

History

History
92 lines (57 loc) · 1.39 KB

File metadata and controls

92 lines (57 loc) · 1.39 KB

Social Media Post Generator


license

Table of Contents

About

This is a cool app where you can generate posts for LinkedIn, Twitter (X) and other platforms.

Built With

  • Python 3.13
  • React
  • Next.JS 15
  • OpenAI Responses API

Getting Started

Usage-BE

  1. Create a venv.

  2. cd to backend-py\src.

  3. Install from requirements.txt

    pip install -r requirements.txt
  4. Create .env file inside backend-py/src directory.

    touch .env
  5. Add two keys to .env file:

    OPENAI_API_KEY=
    PORT=3001

    WHERE OPENAI_API_KEY is your API KEY.

  6. Run main as a module.

    python -m src.main
  7. Go to Swagger Docs to play with the API.

    localhost:3001/docs

Usage-FE

cd frontend
npm install
npm run dev

License

This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.

See LICENSE for more information.