A modern web application for managing social media content and scheduling posts.
vigyoti_frontend/
- Next.js frontend applicationvigyoti_backend/
- Backend API server
- Navigate to the frontend directory:
cd vigyoti_frontend
- Install dependencies:
npm install
- Copy the environment example file:
cp .env.example .env.local
-
Update the environment variables in
.env.local
with your actual values -
Start the development server:
npm run dev
- Navigate to the backend directory:
cd vigyoti_backend
- Install dependencies:
npm install
- Copy the environment example file:
cp .env.example .env
-
Update the environment variables in
.env
with your actual values -
Start the development server:
npm run dev
- Firebase configuration
- NextAuth configuration
- Stripe API keys
- Firebase Admin credentials
- Server configuration
- Firebase Admin credentials
- Database configuration
- Google Authentication
- Subscription Management with Stripe
- Firebase Integration
- Post Scheduling
- Team Collaboration
- Credit System
- Frontend runs on http://localhost:3000
- Backend runs on http://localhost:3001
- Create a new branch for your feature
- Make your changes
- Submit a pull request
- Never commit
.env
or.env.local
files - Keep API keys and secrets secure
- Use environment variables for sensitive data