Remix Crud

screenshot of Remix Crud

Simple crud remix application, users can log in/register, create Posts, update their profile, delete their posts

Overview

Blogo is a simple CRUD remix application that allows users to login/register, create, view, edit, and delete posts. It utilizes Remix, zod for validation, and Prisma with a MongoDB connector for backend work. The styling is done using Tailwindcss.

Features

  • Login/Registration: Users can create an account and login to the application.
  • Create Posts: Users can create new posts in the application.
  • View Posts: Users can view existing posts in the application.
  • Edit Posts: Users can edit and update their own posts.
  • Delete Posts: Users can delete their own posts from the application.

Summary

Blogo is a simple CRUD remix application designed for users to create, view, edit, and delete posts. It utilizes Remix, zod, and Prisma with a MongoDB connector for the backend. The installation process involves cloning the repository, installing dependencies, setting up the required environment variables, and starting the development server.