https://github.com/shobhit-nagpal/blogv2
A personal blog made with Supabase, Node, Express and React. Hosted on Vercel.
https://github.com/shobhit-nagpal/blogv2
blog express javascript nodejs react supabase vercel vercel-deployment
Last synced: 5 months ago
JSON representation
A personal blog made with Supabase, Node, Express and React. Hosted on Vercel.
- Host: GitHub
- URL: https://github.com/shobhit-nagpal/blogv2
- Owner: Shobhit-Nagpal
- Created: 2024-01-05T13:58:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T10:06:44.000Z (over 1 year ago)
- Last Synced: 2025-02-17T05:17:31.868Z (8 months ago)
- Topics: blog, express, javascript, nodejs, react, supabase, vercel, vercel-deployment
- Language: JavaScript
- Homepage: https://blog.shobhitnagpal.com
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repo is a personal blog project with a dashboard and functionality to create, edit, archive and publish posts.
Typical project, I know. However, good to learn the things I did wrong the first time as this project is a remake of an old blog project.Check out the blog: https://blog.shobhitnagpal.com/
Some new things I tried:
- Skeletons
- Tailwind
- Lottie animations
- Vercel deploymentNote: Updated code for both frontend and backend are present on individual repos to host them on Vercel.
Backend: https://github.com/Shobhit-Nagpal/blogv2-backend
Frontend: https://github.com/Shobhit-Nagpal/blogv2-frontend# Tech stack
- React
- Node
- Express
- Supabase
- Vercel