Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tope19/blog-mern-stack

A Blog nad Commenting System built with React and NodeJs
https://github.com/tope19/blog-mern-stack

mongo nodejs reactjs

Last synced: about 15 hours ago
JSON representation

A Blog nad Commenting System built with React and NodeJs

Awesome Lists containing this project

README

        

Requirements
For development, you will need Node.js, MongoDb, Yarn or NPM installed in your development machine

Getting Started
# clone it
git clone https://github.com/Tope19/blog-mern-stack.git
cd blog-mern-stack
cd api

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies using Yarn
yarn start