Skip to content
/ Blog-App Public

Simple, but multi technologies application that allows to write blog posts, and display them in a beautiful web design.

Notifications You must be signed in to change notification settings

ynden/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post Application

Simple, but multi technologies stack application that allows to write blog posts, and display them in a beautiful web page.

How it works ?

We have three components here :

  1. The API : Back-end
  2. The database
  3. The front-end

The API

The API is public, so no authentication. The routes and the API are made with Express.

List posts: [GET] => /api/posts 
Add a posts: [POST] => /api/posts
Delete a post: [GET] => /api/posts/<postId>

Database

The database used is a NoSQL database with MongoDB.

Front-end

For the last part, I will use Vuejs.


Tasks

  • [~] Back-end
    • [~] API
      • Connect to MongoDB
      • List posts
      • [] List a specific post
      • Add a post
      • Delete a post
  • Database
    • Configure MongoDB
  • Front-end
    • Install Vue

About

Simple, but multi technologies application that allows to write blog posts, and display them in a beautiful web design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published