Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.49 KB

README.md

File metadata and controls

57 lines (46 loc) · 1.49 KB

ContentGen

Table of Contents

Introduction

ContentGen is a web application for all of AI in one place. you can generate content using different AI tools like Gemini and Groq.

Features

  • Secure Authentication: User registration and login via jwt token
  • Dashboard: Interactive dashboards for users

Technologies Used

  • Backend: Node.js with Express.js
  • Frontend: React.js
  • Database and Storage: MongoDB and FireBase

Installation

  1. Clone the repository:

    git clone https://github.com/kavindu-udara/gemini-content-gen.git
    cd gemini-content-gen
  2. Install dependencies:

    npm install
    cd client
    npm install
  3. Set up environment variables: Copy the .env.example file to .env and update the necessary environment variables

  4. Run api and client:

    cd api
    npm run dev
    cd client
    npm run dev
    

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.

Contact

For any questions or suggestions, feel free to reach out: