Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```