Skip to content

The Blog Platform is a web application backend that allows users to create, publish, and manage their own blog posts. It provides a user-friendly interface for both writers and readers, along with features for commenting, searching, and categorizing blog posts.

License

Notifications You must be signed in to change notification settings

Thescattypotty/BlogSphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Sphere

Description

Blog Sphere est une plateforme innovante pour les blogueurs, visant à simplifier et rendre le blogging plus accessible pour les auteurs et les lecteurs .

Structure du Projet

Le projet est divisé en deux parties principales :

  • Backend : backend - une application Spring Boot utilisant Maven.
  • Frontend : frontend - une application Angular.

Prérequis

Installation

Backend

  1. Naviguez dans le dossier backend :

    cd backend
  2. Construisez le projet avec Maven :

    mvn clean install

Frontend

  1. Naviguez dans le dossier frontend :

    cd frontend
  2. Installez les dépendances :

    npm install

Utilisation

Démarrer le Backend

  1. Dans le dossier backend, lancez l'application :

    mvn spring-boot:run

Démarrer le Frontend

  1. Dans le dossier frontend, démarrez le serveur de développement :

    ng serve
  2. Accédez à l'application via http://localhost:4200.

About

The Blog Platform is a web application backend that allows users to create, publish, and manage their own blog posts. It provides a user-friendly interface for both writers and readers, along with features for commenting, searching, and categorizing blog posts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published