Git Product home page Git Product logo

wellread's Introduction

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

wellread's People

Contributors

chirantanbanik avatar dakshsinghrathore avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.