Threads App Backend This is a NestJS backend for a Threads-like application. Setup Install dependencies: npm install Create a .env file in the root directory with the following content: MONGO_URI=mongodb://localhost/threads Start the application: npm run start