A fully-functional blog site built with the MERN stack and Redux. This project showcases my ability to work with modern web development technologies and build a complete web application from scratch.
- User authentication with JWT
- CRUD functionality for blog posts
- Clean and intuitive user interface
- MongoDB
- Express
- React
- Node.js
- Redux
- Clone the repository
- Run
npm install
to install dependencies - Start the MongoDB server with mongod
- Run npm run dev to start both the server and client
- Visit
http://localhost:3000
in your browser to view the site