Welcome to the Blog Webpage project built with Vite on the front end and a backend API for managing blogs. This project allows users to read, add, create, delete, and update blog posts. The live version of the application is hosted at https://blog-two-rose-76.vercel.app/.
- Frontend: Vite
- Backend: Appwrite
- Hosting: Vercel
-
Read Blogs: Users can browse and read existing blog posts.
-
Add Blog: Users can add a new blog post to the webpage.
-
Create Blog: Create a new blog post with a title, content, and any other relevant information.
-
Delete Blog: Remove a blog post from the webpage.
-
Update Blog: Edit and update the content of an existing blog post.
- Appwrite Make sure you have acount. You can start from [https://appwrite.io/).
-
Clone the repository:
git clone https://github.com/your-username/your-blog-webpage.git
-
Navigate to the project directory:
cd your-blog-webpage
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to see the application in action.
[Provide instructions and documentation for setting up and running the backend API. (https://appwrite.io/docs)]
- Thanks to the Vite team for providing an efficient and fast frontend development experience.
- Thanks Appwrite for free backend Feel free to customize this README file according to your project's specific details and requirements.