Skip to content

This is a simple web app that I built to practice my skills in building web apps.

Notifications You must be signed in to change notification settings

ermix3/blog_with_Express

Repository files navigation

Blog Web App With Express and MongoDB

Introduction

This is a simple web app that I built to practice my skills in building web apps.

Screenshots

  • All Posts About page
  • Details Post About page
  • Update Post About page
  • Add Post About page
  • About Post About page

Build With:

Front End Back End database
HTML EJS NodeJs Express NoSQL MongoDB
CSS bootstrap
JS

Instructions

  • Create a web app that allows users to create a blog post.
  • The user should be able to see all the posts that have been created.
  • The user should be able to see a single post when they click on the title of the post.
  • The user should be able to edit a post.
  • The user should be able to delete a post.

Requirements

Installation

Run to install all dependencies:

npm install

Usage

watch mode nodemon Run the app with the following command:

npm start

Contributing

Contributions are welcome!

About

This is a simple web app that I built to practice my skills in building web apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published