Vickouma77 / Blog-Post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-Post

Project Overview

The goal of this project is to build a blog post using nodeJS, express, mongodb and React . The blog post is a simple blog post where users can create, read, update and delete posts. The project is divided into two parts:

  1. Backend
  2. Frontend

Backend

The backend is built using nodeJS, express and mongodb. The backend is responsible for creating, reading, updating and deleting posts.

Frontend

The frontend is built using React. The frontend is responsible for displaying the posts and allowing users to create, read, update and delete posts.

How to run the project

  1. Clone the repository
  2. Navigate to the backend folder
  3. Run npm install to install the dependencies
  4. Run npm start to start the backend server
  5. Navigate to the frontend folder
  6. Run npm install to install the dependencies
  7. Run npm start to start the frontend server
  8. Open the browser and navigate to http://localhost:3000/

About


Languages

Language:JavaScript 74.8%Language:CSS 24.2%Language:HTML 0.9%