https://github.com/nishkohli96/MERN-Blogs
A simple Blog Website made using ReactJS and a choice of Express or Fastify as the backend with GraphQL. MaterialUI used for styling
https://github.com/nishkohli96/MERN-Blogs
express expressjs fastify graphql mern mern-stack mui nestjs nodejs postgresql react reactjs workspaces
Last synced: 2 months ago
JSON representation
A simple Blog Website made using ReactJS and a choice of Express or Fastify as the backend with GraphQL. MaterialUI used for styling
- Host: GitHub
- URL: https://github.com/nishkohli96/MERN-Blogs
- Owner: nishkohli96
- Created: 2020-10-13T10:49:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T21:59:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T08:24:50.639Z (3 months ago)
- Topics: express, expressjs, fastify, graphql, mern, mern-stack, mui, nestjs, nodejs, postgresql, react, reactjs, workspaces
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Story Digital Blog
A simple Blog website, with React for the front-end, and a choice of express or
fastify server for the backend## Run the Project
```
yarn start // start reactjs and express-server simultaneously
yarn react // start reactjs-server
yarn express // start express-server
yarn fastify // start fastify-server
```