Skip to content

serenagomez1304/CommBlogg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The CommBlogg Web Application is a community blog space created to help bloggers meet and interact with other bloggers, engage and drive a good amount of traffic to their blogs.

Directory Structure

  • Client - Implements the CommBlogg Web Applications' front-end components using React.
  • Server - Implements the CommBlogg Web Applications' back-end components using Express and Node applications
  • Database - Implements the CommBlogg Web Applications' database components using MongoDB Atlas.

How it works?

There are three layers to this application:

  • The API layer: For the back-end.
  • The UI layer: For the front-end.
  • Data base layer: Uses MongoDB.

How to use?

  • Download the repository attached above.
  • Install NodeJS on your machine.(globally)
  • Using npm, install react and react-router-dom inside the client directory.
  • Using npm, install nodemon and ExpressJS inside the server directory.
  • run npm start in the console under the client folder.
  • run nodemon app in the console under the server folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 5.2%
  • CSS 4.9%