Giter Club home page Giter Club logo

workspace_blog's Introduction

Workspace Blog Application

This project is a workspace blog application developed using MongoDB, React.js, and Node.js. It enables users to share articles related to their workspaces.

Getting Started

These steps contain the necessary instructions to run the project files on your local machine.

Requirements

The following software and tools are required to run this project:

  • Node.js and npm
  • React
  • MongoDB
  • Git

Installation

  1. Clone this repository:

    git clone https://github.com/ozturksirin/workspace_blog
  2. To start the server side, follow these steps in the terminal:

    cd server
    npm install
  3. Add a .env file with the following content:

    CONNECTION_URL=mongodb+srv://YourMongoDbPassword@clusters...
    PORT=5000

    Replace YourMongoDbPassword with your actual MongoDB password and connection URL.

    Then start the server:

    npm start
  4. To start the client side, follow these steps in a separate terminal window:

    cd client
    npm install
    npm start
  5. You can view the application by going to http://localhost:3000 in your browser.

Usage

This application allows users to read and write articles.

Current features in the application include:

  • Viewing, creating, editing, and deleting articles.
  • Detailed examination of articles.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Implement new features or fix bugs in your forked repository.
  3. Create a Pull Request with a descriptive title and explanation for your changes.
  4. Your changes will be reviewed, and feedback will be provided for integration into the project.

License

This project is licensed under the MIT License. For more information, refer to the LICENSE file.

Contact

For any questions or suggestions, please reach out to us at [[email protected]].

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.