Giter Club home page Giter Club logo

mern-odyssey's Introduction

MERN Odyssey

MERN Odyssey is a modern blogging platform built with the MERN stack. Explore articles, read content, and interact with a vibrant community through comments and discussions.

Technologies Used

  • MongoDB: NoSQL database for storing articles and comments.
  • Express.js: Web framework for Node.js for API and server-side logic.
  • React: JavaScript library for building user interfaces.
  • Node.js: JavaScript runtime for server-side code execution.
  • Axios: HTTP client for making API requests.

Features

  • Read and Explore Articles: Browse through various articles and read engaging content.
  • Comment on Articles: Share your thoughts and interact with the community.
  • Discover Related Content: Find and explore articles on similar topics.

Installation

Prerequisites

Setup

  1. Clone the Repository:

    git clone https://github.com/kalyankarsatish1234/MERN-Odyssey.git
    cd MERN-Odyssey
  2. Backend Setup:

    cd backend
    npm install

    Create a .env file in the backend directory:

    MONGODB_URI=mongodb://localhost:27017/mern-odyssey
    PORT=7000

    Run the backend server:

    npm start
  3. Frontend Setup:

    cd ../frontend
    npm install
    npm run dev

    Access the app at http://localhost:5173.

Commands

Command Description
git clone <repo> Clone the repository.
npm install Install dependencies for backend or frontend.
npm start Start the backend server.
npm run dev Start the React development server.
npm run build Build the React app for production.

Contributing

  1. Fork the repository.
  2. Create a feature branch.
  3. Commit your changes.
  4. Push to the branch.
  5. Open a pull request.

Contact

For questions or feedback, reach out to [email protected].

mern-odyssey's People

Contributors

kalyankarsatish1234 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.