Skip to content

A simple Blog_App that can create,read and edit articles . This Application uses Express.js , mongoDB .It also uses JWT for authentication

License

Notifications You must be signed in to change notification settings

Navaneeth-21/Blog_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog_App

A simple Blog Application that can be used to create and store your articles.

  • Users can create and edit their respective article. Each article consists of title,Description and markdown.
  • This Project uses Node.js(express.js) , MongoDB and JWT(jsonwebtokens) for authentication.
  • It consists of EJS files to run the html files dynamically.

Features

  • Users can create account by providing respective credentials.
  • Create New article.
  • Read the created articles.
  • Editing the articles.
  • Delete articles

Technologies used

  • Express.js
  • MongoDB
  • JWT
  • EJS

Getting Started

Prerequisites

  • Install Node.js and all dependencies
  • connect the application to the MongoDB

Installation

  1. Clone the repository

  2. Install all dependencies

     npm i
    
  3. Replace the MONGOURI with your connection string

  4. start the server

    npm start
    
  5. Open the browser and navigate to http://localhost:3000 to access the application

Contributions

contributions are welcome.Feel Free to submit issues or pull requests

About

A simple Blog_App that can create,read and edit articles . This Application uses Express.js , mongoDB .It also uses JWT for authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published