Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 762 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 762 Bytes

Thinkify

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.

Preview

Live Preview | Live API | Postman

Requirements

Install Node On Your Device

How to Run

git clone https://github.com/masum184e/thinkify.git

# BACKEND
cd server
npm install
npx nodemon index.js

# FRONTEND
cd ../client
npm install
npm run dev