A RESTful API for a flashcard-style quiz system built with Node.js, Express, and Supabase, and deployed on Render 🚀
- ⚙️ Node.js & Express – Server and routing
- 🗃️ Supabase – Database & authentication
- ☁️ Render – Deployment
Each endpoint is designed following REST principles.
📄 Full API documentation is available here: 👉 Notion API Docs
- 🔄 Clone the repo
- 📦 Install dependencies:
npm install - 🔐 Set up environment variables (Supabase keys, etc.)
▶️ Start the server:npm run dev
Feel free to explore the Notion link above for all the details. Happy coding! 💻✨