https://github.com/chinmayvivek/blog
React and Node based Blog using in memory DB
https://github.com/chinmayvivek/blog
Last synced: 6 months ago
JSON representation
React and Node based Blog using in memory DB
- Host: GitHub
- URL: https://github.com/chinmayvivek/blog
- Owner: CHINMAYVIVEK
- Created: 2021-12-26T20:45:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T20:51:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T16:46:18.673Z (8 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
This repository conatins 3 directory
client
comment
post
to run this project install the dependencies and run the view following the steps## Post
this directory conatains the microservices of post
npm i
npm start
post api will run using port 4000## Comment
this directory conatains the microservices of comment
npm i
npm start
comment api will run using port 4001## Client
client conatins the view developed in react
npm i
npm start### Happy coding
## Screenshots
![]()