https://github.com/sam100799z/appwrite-blog
Chronique is a blog application built using React.js for the frontend and Appwrite for the backend services. The project allows users to create, view, and manage blog posts. It integrates authentication, database management, and file storage using Appwrite, which simplifies the backend development.
https://github.com/sam100799z/appwrite-blog
appwrite appwrite-auth blog react
Last synced: 7 months ago
JSON representation
Chronique is a blog application built using React.js for the frontend and Appwrite for the backend services. The project allows users to create, view, and manage blog posts. It integrates authentication, database management, and file storage using Appwrite, which simplifies the backend development.
- Host: GitHub
- URL: https://github.com/sam100799z/appwrite-blog
- Owner: sam100799z
- Created: 2024-12-02T14:47:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T17:06:27.000Z (over 1 year ago)
- Last Synced: 2025-01-31T01:49:48.863Z (about 1 year ago)
- Topics: appwrite, appwrite-auth, blog, react
- Language: JavaScript
- Homepage: https://appwrite-blog-woad.vercel.app
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Chronique - Blog Application**
Chronique is a blog application project built with React.js, RTK and Appwrite. It allows users to create and manage blog posts while providing a secure and seamless authentication system.
**Features**
--User authentication via Appwrite.
--Ability to create, view, and manage blog posts.
--Secure file storage using Appwrite's backend.
**Tech Stack**
Frontend: React.js
Backend: Appwrite (for authentication, data management, and file storage)
**Appwrite Setup**
To get started with Appwrite, sign up for an Appwrite account and create a project. Set up the necessary authentication, database, and storage services to integrate with the frontend. You can follow the [Appwrite's documentation](https://appwrite.io/docs) for detailed setup instructions.