Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:09:50.000Z (about 2 months ago)
- Last Synced: 2024-12-02T17:26:09.001Z (about 2 months ago)
- Topics: appwrite, appwrite-auth, blog, react
- Language: JavaScript
- Homepage:
- Size: 3.67 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.