Simple crud remix application, users can log in/register, create Posts, update their profile, delete their posts
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.
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.