Skip to content

klimgeorge/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md

Blog App

This is a full-stack blog application built with Node.js, Express.js, MongoDB, and React.js. The application consists of an API server and a client-side React application.

Getting Started

To get the application up and running, follow these steps:

API Server

  1. Navigate to the api directory:

    cd api
    
  2. Install the required dependencies:

    npm install
    
  3. Start the API server:

    npm start
    

    The API server will be running at http:https://localhost:5005.

Client Application

  1. Navigate to the client directory:

    cd client
    
  2. Install the required dependencies:

    npm install
    
  3. Start the React development server:

    npm start
    

    The client application will be running at http:https://localhost:3000.

Features

  • User authentication (register, login, logout)
  • Create, read, update, and delete blog posts
  • User profile management

Technologies Used

  • Server-side:

    • Node.js
    • Express.js
    • MongoDB (with Mongoose)
  • Client-side:

    • React.js
    • React Router
    • Axios for HTTP requests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published