A blog website written in React and MariaDB
React Blogs
A blog website with frontend written in React & Sass, Node.js (Express) for backend and MariaDB for database. It uses JWT for authentication – getting the token form local storage & sending it to the server with every request.
As of now, the following things are implemented:
- A user can register or login.
- User can register with an avatar, and a default image will be there in case they don’t.
- User can create, read, update & delete posts.
- View profile of other users.