This is a clone of Medium built with the MERN stack (MongoDB, Express.js, React.js, and Node.js).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- MongoDB
- npm
- Clone the repository:
git clone https://github.com/pradeepkaswan/medium-clone.git
- Install server-side dependencies:
npm install
- Install client-side dependencies:
cd client && npm install
- Start the server:
npm run start
- Start the client:
npm run client
- MongoDB - Database
- Express.js - Server Framework
- React.js - Frontend Framework
- Node.js - JavaScript Runtime
- Pradeep Kaswan - pradeepkaswan
This project is licensed under the MIT License - see the LICENSE.md file for details