Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tope19/blog-mern-stack
- Owner: Tope19
- Created: 2021-06-17T10:55:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T09:53:22.000Z (over 3 years ago)
- Last Synced: 2024-04-24T18:22:57.105Z (7 months ago)
- Topics: mongo, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requirements
For development, you will need Node.js, MongoDb, Yarn or NPM installed in your development machineGetting 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