This is a full-stack Blog website.
It allows users to signup, login, create posts, view and delete posts.
It includes the following sections:
- Home: View all available blog posts with details such as title, content and date created.
- Signup: create an account in order to create and manage you posts.
- Login: login to your account.
- Create Posts: create new posts using a form.
- Profile: view all your posts and delete them.
Check out the live version of the Meal Sharing project
live demo
git clone https://github.com/Ganja0003/blog.git
cd blog/frontendnpm installnpm run dev(The backend API and database are hosted on Railway, so no local database setup is required.)
- Next.js (Frontend Backend)
- Vercel (Frontend deployment)
- Railway (Backend & Database deployment)
