Skip to content

A blogging application for creative people to express their feelings, thoughts and ideas.

License

Notifications You must be signed in to change notification settings

chirantanbanik/Wellread

Repository files navigation

Wellread

A blogging application for creative people to express their feelings, thoughts and ideas.

Tech Stack

Client: Reactjs, Redux-toolkit, Tailwind css

Server: Appwrite

Deployment: Vercel

Appwrite Setup

Create an Account by signing up. Signup

Create an Project with the name Wellread and Select Frankfurt as the region. Create Project

Now copy your Project ID near the Wellread and paste it in VITE_APPWRITE_PROJECT_ID of your .env file Project ID

Now go to the Database and create a Database blog and copy your Database ID and paste in your VITE_APPWRITE_DATABASE_ID of your .env file Database

Now you need to create an Collection with name articles and get the Collection ID to paste it in your VITE_APPWRITE_COLLECTION_ID of your .env file Collection

Go to the setting of the Collection and in the Update permission Add the role to All Users and checkmark Create, Read, Update, Delete. Settings

Now in Collection go to the Attributes and create the following Attributes and for every attributes you need to give 255 as the size. Attributes

See this for a referance Values

Next to Attributes you will find Indexes. Create an index with the following details Indexes

Now go to Storage and create a bucket with a name images and copy the Bucket ID to paste it in your VITE_APPWRITE_BUCKET_ID of your .env file. Bucket ID Now go to the Setting of the Bucket ID and Update the permission of Add a role to All Users and checkmark Create, Read, Update and Delete

At last go to the Platform and add Web as the Platform. In the name give Wellread. To know the hostname you need to run the project locally by npm run dev and if you get an URL like http://127.0.0.1:5173/ then in this case you will put 127.0.0.1 in hostname and so on for other cases and keep on proceeding to next till you get Go to Dashboard. Platform

Run Locally

  1. Fork this repository
https://github.com/chirantanbanik/wellread
  1. Clone the Forked repository to your system
git clone your-forked-repository
  1. Change the directory
cd wellread
  1. Copy the .env.example to .env
cp .env.example .env
  1. Install Packages via npm
npm install
  1. Run the React Vite Development Server
npm run dev

Project Author and Maintainer

Our Contributors

About

A blogging application for creative people to express their feelings, thoughts and ideas.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages