wilsonianb / mern-trpc-crud

MERN Stack CRUD using tRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN tRPC CRUD

A MERN(Mongodb, Express, React, Node) CRUD application using tRPC as library to communicate frontend and backend using Typescript.

Installation

  • Installation requires a mongodb database connection
git clone git@github.com:faztweb/mern-trpc-crud.git
cd mern-trpc-crud
npm i
npm run build # build the frontend and backend
npm start

Now you can visit http://localhost:3000

Docker (Recommended)

git clone git@github.com:faztweb/mern-trpc-crud.git
cd mern-trpc-crud
docker-compose up

Now you can visit http://localhost:3000

Deployment

git clone git@github.com:faztweb/mern-trpc-crud.git
cd mern-trpc-crud
npm i
npm run build:prod

About

MERN Stack CRUD using tRPC


Languages

Language:TypeScript 88.1%Language:Dockerfile 4.1%Language:HTML 3.9%Language:JavaScript 2.8%Language:CSS 1.1%