manthanank / blog-app

Full Stack Blog App

Home Page:https://blog-app-manthanank.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

This is a full-stack blog application built with Angular, Node.js, Express, and MongoDB.

Features

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm
  • MongoDB

Installation

  1. Clone the repository

    git clone https://github.com/manthanank/blog-app.git
  2. Install NPM packages

    cd blog-app
    npm install
    cd backend
    npm install
  3. Start the server

    npm start
  4. Navigate to http://localhost:3000 in your web browser

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Full Stack Blog App

https://blog-app-manthanank.vercel.app


Languages

Language:TypeScript 50.7%Language:HTML 31.9%Language:JavaScript 17.0%Language:SCSS 0.4%