This project is a mini version of a working blogging website using appwrite as its databse. Features of this Site :-
- Dynamic Blog pages.
- Have a dedicated editor for blogs.
- You can add/make as many blogs you want.
- You can add Headings, paragraphs, and Images to the blog post.
- Have read more blogs section also.
Once you forked this repo. Make sure to run npm install command inside the folder to install all the package.
After installing packages. You must go to your appwrite console and make a project. Copy the credentials and paste it in the .env file.
To run the editor you need to create your id in the Tinymce and copy the api key and paste it into ./src/components/RTE.jsx


