Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sav-1305/blog-webpage
Blog-Page Web Application made using MERN stack and styled in CSS3.
https://github.com/sav-1305/blog-webpage
css3 fullstack mern-stack nodemon reactjs webapplication yarn
Last synced: about 1 month ago
JSON representation
Blog-Page Web Application made using MERN stack and styled in CSS3.
- Host: GitHub
- URL: https://github.com/sav-1305/blog-webpage
- Owner: sav-1305
- Created: 2024-06-18T20:59:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T21:36:34.000Z (5 months ago)
- Last Synced: 2024-09-30T16:31:58.587Z (about 2 months ago)
- Topics: css3, fullstack, mern-stack, nodemon, reactjs, webapplication, yarn
- Language: JavaScript
- Homepage:
- Size: 30.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLOG-WEBPAGE
Blog page developed using the **MERN Stack** (MongoDB, Express.js, Reactjs, Node.js) and styled with CSS3.
This project was managed using `yarn`.## FEATURES
- User Authentication and Verification with Backend frameworks
- Functionality for `Create Post` and `Edit Post`
- User-friendly and eye-catching UI
- Includes `mongoose` library for connection with MongoDB
preview of home-page
## HOW-TO-USE
Import the project directory into your local system. Once opened in the terminal, run the following script
```
cd client
yarn start
```
This will deploy the React Application onto your local system at `localhost:3000`.
Now, to start running the API, run the following script in a new terminal
```
cd api
nodemon index.js
```
This will initialise the `nodemon` library to keep updating the node.js application.