- Get content for your next post with some topic and hashtag!!
- React.js
- Tailwind (with Daisyui)
- Node.js
- Express
- NPM
- Clone the repository:
git clone https://github.com/pranshugupta54/content.ai.git
- Install project dependencies and start the development environment:
In the root directory of the project (where package.json is located), runnpm install
. - Configure environment variables: Create a .env file in the backend as:
API_KEY=your key PORT=4000
- 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.)