Skip to content

underworld14/imp-posts-todo

Repository files navigation

IMP Post CRUD

This repository is contains CRUD (Create, Read, Update, and Delete) for blog posts.

Tech Stack

Expressjs, Prisma, Vite, React, React Query, React Hook Form, Chakra UI

Run Locally

Clone the project

  https://github.com/underworld14/imp-posts-todo

Go to the project directory

  cd imp-posts-todo

Install dependencies

  npm install

Prepare development environment variables

  cp .env.example .env

Boil up the database

  npx prisma generate
  npx prisma db push

Start the project development

  npm run dev

Build

To build this project run

    npm run build

Start The Project

    npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published