Skip to content

tariqrasheed172001/Blog_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blogging Website Backend

This is the backend code for a simple blogging website built using Node.js.

Table of Contents

Introduction

This project is a backend implementation for a basic blogging website. It provides the necessary API endpoints to handle blog posts, comments, and user authentication.

Features

  • User authentication (Sign up, Log in)
  • CRUD operations for blog posts
  • Commenting on blog posts

Installation

  1. Clone the repository:

    git clone https://github.com/tariqrasheed172001/Blog_Backend.git
    
  2. cd your-repo

  3. npm install

.env

  • PORT=3000

  • MONGODB_URI=your_mongodb_connection_string

  • JWT_SECRET=your_jwt_secret

    npm start

    After the installation, the server will be running at http://localhost:3000 by default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published