This blog is built using React, Node Express, and MongoDB
Address (Cloud service provided by Digital Ocean): http://143.110.221.115/
Made by Qiugu
- PC / Laptop Desktop:
- Mobile:
- Signin/Singup
- Social Login with Google - OAuth
- JWT based Authentication System
- Admin / User Dashboard
- Registration
- Role based Authentication System
- CRUD Operation with Image upload
- Blog Search / Load more blogs
- Write and Post Blogs
- Update and Delete Blogs
- Show Blog details
- Related Blogs
- Categories and Tags
- User public profile page
- Multi User System
- Responsive Design
- Contact Author
- React Hook
- NextJs
- WebPack
- React-Router
- React-Bootstrap
- API with Node Express
- Ngnix
- MongoDB
- Frontend
- actions
- components
- auth
- Admin
- Signin
- Signup
- LoginGoogle
- blog
- Card
- SmallCard
- Search
- crud
- BlogCreate
- BlogRead
- BlogUpdate
- Categoty
- Tag
- Header
- Layout
- pages
- admin
- blogs
- categories
- tags
- user
- static
- Backend
- Controller
...
- Models
...
- Routes
...
- Validation
# install dependencies
npm install
# server start at local host
npm start
# build for production
npm run build
npm run dev
*Note: Please make sure API is running in ordrer for front-side work properly.
For detail, please visite: http://143.110.221.115/