content.ai

image

Table of Contents

Introduction

  • Get content for your next post with some topic and hashtag!!

Getting Started

Tech Stack

Frontend

  • React.js
  • Tailwind (with Daisyui)

Backend

  • Node.js
  • Express
  • NPM

Installation Guide

  1. Clone the repository: git clone https://github.com/pranshugupta54/content.ai.git
  2. Install project dependencies and start the development environment:
    In the root directory of the project (where package.json is located), run npm install.
  3. Configure environment variables: Create a .env file in the backend as:
    API_KEY=your key
    PORT=4000
  4. Start the development environment: npm run dev (This command, defined in your project's package.json, starts both the backend server and the client using the concurrently library. It's a convenient way to run both parts of your application concurrently during development.)