https://github.com/ankitsinghsisodya/blog
https://github.com/ankitsinghsisodya/blog
appwrite reactjs tailwind-css tinymce
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankitsinghsisodya/blog
- Owner: Ankitsinghsisodya
- Created: 2025-01-07T07:02:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T17:25:35.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:49:08.253Z (over 1 year ago)
- Topics: appwrite, reactjs, tailwind-css, tinymce
- Language: JavaScript
- Homepage: https://blog-omega-ten-79.vercel.app
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Project
Welcome to the Blog Project! This repository contains the source code and content for a personal blog.
## Features
- Write and publish blog posts
- Categorize posts by tags
- Responsive design for mobile and desktop
- Commenting system
## Technology
This project utilizes the following technologies:
- **Appwrite**: A backend server for web, mobile, and flutter developers. It provides a set of easy-to-use REST APIs to manage your backend needs.
- **TinyMCE Editor**: A rich text editor that provides a user-friendly interface for writing and editing blog posts.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/blog-project.git
```
2. Navigate to the project directory:
```bash
cd blog-project
```
3. Install dependencies:
```bash
npm install
```
## Usage
To start the development server, run:
```bash
npm start
```
Open your browser and go to `http://localhost:3000` to view the blog.
## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Environment Variables
To run this project, you will need to add the following environment variables to your `.env` file:
```plaintext
# Appwrite configuration
VITE_APPWRITE_URL=''
VITE_APPWRITE_PROJECT_ID=''
VITE_APPWRITE_DATABASE_ID=''
VITE_APPWRITE_COLLECTION_ID=''
VITE_APPWRITE_BUCKET_ID=''
# TinyMCE configuration
VITE_TinyMCE_URL='your-tinymce-url'