toy-sns 🐤 A toy SNS with NestJS & Nuxt3 setup backend cd backend cp .env.example .env npm install npm run migrate npm run start:dev API Spec http://localhost:4000/api frontend cd frontend cp .env.example .env npm install npm run dev