gyani-create
v2.5.0
Published
gyani-create
Downloads
9
Readme
MERN Stack Template with Bun.js
This repository contains a full-stack MERN (MongoDB, Express, React, Node.js) template built
using Bun.js. The template is organized into two main directories for both JavaScript and TypeScript
versions, each containing client and server directories.
Features
Client
- react: frontend framework
- react router dom: for client-side routing
- tailwindcss: for styling
- context api: state management
- redux toolkit: state management
- axios: for request from backend
- query: for server state management
- apollo: for graphql
- socket.io client: real-time communication between client and server
Server
- express: backend framework
- express fileupload: middleware for handling file uploads
- mongoose: mongodb database for data storage
- jsonwebtoken: for handling authentication and authorization using jwt
- apollo: for graphql
- socket.io: real-time communication between client and server
Prerequisites
Make sure you have the following installed:
