Unleashing Wisdom in Every Word.
InsightInk, a blogging platform that celebrates the power of words to enlighten minds and inspire connections. Whether you're an experienced writer or a passionate newcomer, InsightInk provides a space for you to craft your narrative, share your insights, and connect with a community of like-minded individuals.
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/hshanjra/InsightInk.git
- Change into the project directory:
cd InsightInk
- Install dependencies:
npm install
- Set up the environment variables:
Copy .env.example file in the root directory and add the following:
PORT=3000
MONGODB_URI=your-mongodb-uri
SESSION_SECRET=your-session-secret
- Running the Application
npm start