It is a mern app where you can read, write, update and delete blog.For writing blogs, you have to register(email,username,passsword) and get logged in.This website is deployed in heroku and active now.
Preview the website: https://blogs-writings.herokuapp.com/
- HTML
- CSS
- Javascript
- React.js (client-side)
- Node.js (server-side)
- Redux
- Mongodb
-
Clone the app
git clone https://github.com/Shruthi-Sivagnanam/writings-blog.git
-
Download the dependencies
- For server side
npm install
- For client side
cd client npm install
- For server side
-
Run the app
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.