1. FLASK
2. MYSQL
3. REACT
4. REDUX
5. AXIOS
An application where users can write blogs modify and remove their blogs.
Users can do comments on any particular blog and also can change profile pictures.
1. Clone this repos >> git clone https://github.com/hasmuddinansari/blog_app.git
2. Find server.py file root folder. run below commands to run server.
- export FLASK_APP=server.py
- flask run
3. go to inside Fronted Folder and type in command `npm start`