Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T21:59:04.000Z (over 2 years ago)
- Last Synced: 2023-03-08T14:02:39.582Z (almost 2 years 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
```