Skip to content

blackair23/MPA-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Application

This is a simple blog system built with Express.js. It allows users to create and manage their own blogs, as well as follow other users' blogs. Users can also register, log in and log out.

Features

  • User registration and login
  • User authentication and authorization
  • User session management
  • Blog creation, editing, and deletion
  • Blog listing and details view
  • Blog follow/unfollow functionality

Installation

To install and run the application, you need to follow these steps:

  1. Clone the repository.

git clone https://github.com/blackair23/MPA-JS.git

  1. Install the dependencies.

npm install

  1. Start the application.

npm start

Once you have installed and started the application, you can access it at http://localhost:3000/.

Dependencies

  • Express - web framework for Node.js
  • Express Handlebars - templating engine for Express.js
  • Cookie Parser - middleware for parsing cookies
  • Express-Validator - middleware for validating input
  • bcrypt - password hashing library
  • jsonwebtoken - JSON web token library

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published