Thinkify is a vibrant space where people from diverse backgrounds and interests come together to engage in meaningful conversations, fostering an environment rich in idea exchange, knowledge sharing, and diverse experiences.
Live Preview | Live API | Postmangit clone https://github.com/masum184e/thinkify.git
# BACKEND
cd server
npm install
npx nodemon index.js
# FRONTEND
cd ../client
npm install
npm run dev