Wikipedia but with multiple articles per topic available at multipedia.sinskiy.website
Warning
I use free tier of Render and server spins down after a period of inactivity, so you'll probably have to wait for about a minute before you can use the website
- sign up with username and password, sign in with OAuth (Google, GitHub, Discord), log in, edit profile picture and bio
- search articles and users, send and delete friend requests, delete friends
- live markdown editor
- leaderboard, random article, by friends, liked articles, search articles
- article views, likes and comments (with markdown)
- copy articles, share drafts with friends
TypeScript, Vite, React, wouter, Zod, React Query, CSS modules and more
Strapi, Cloudinary
multipedia.sinskiy.website - Vercel
Database - Neon
Images - Cloudinary
git clone git@github.com:sinskiy/multipedia.git
cd multipedia
cd frontend && npm install
cd ../backend && npm installfill all .env by .env.example
npm run developcd ../frontend
npm run dev