Skip to content

kavindu-udara/gemini-content-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

content generating web application using gemini API and Groq API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published