Code Monkey home page Code Monkey logo

backend-blog-app's Introduction

MERN-Blog-Website

This is my very first project of a full stack web. The project is a simple blog website built with MERN technologies. Along with React Hooks and Bootstrap.

๐Ÿ‘€ Check it out https://blogstar-blog.herokuapp.com/

Quick Start

Add your MongoDB Atlas password, username, dbname to MONGO_PASS, MONGO_USER, DB_NAME of the .env file or, just set the atlas URL to the config folder mongoURI property.

  # Install dependencies for server
  npm install

  # Install dependencies for client
  npm run client-install

  # Run the client & server with concurrently
  npm run dev

  # Run the Express server only
  nodemon server.js or npm run server

  # Run the React client only
  npm run client

  # Server runs on http://localhost:5000 and client on http://localhost:3000

Deployment

There is a Heroku post build script so that you do not have to compile your React frontend manually, it is done on the server. Simply push to Heroku and it will build and load the client index.html page

Cloud Database Service Provider

MongoDB Atlas

TO-DO (Front-End)

  • ๐Ÿ“Œ Update State When Comments Updated
  • ๐Ÿ“Œ Redesign CKEditor section (currenlty not resposnsive). Make it responsive and better
  • ๐Ÿ“Œ Work on updating post
  • ๐Ÿ“Œ Redesign Footer

Future Release

  • โณ Make users post Images, Videos, Code etc.
  • โณ Follow, Unfollow user
  • โณ Social Media Integration (Facebook, Google login/signup)

Version

0.0.1

License

This project is licensed under the MIT License

backend-blog-app's People

Contributors

ridoy19 avatar montassar21 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.