TOP_blog-api

This project was created with Node JS. Mongo DB is used as database. Multer is used to store and upload 'posts' images, jsonwebtoken and bcryptjs is used to handle passwords and login.

Project was created as part of one of the 'TOP' projects to learn NodeJS & Express, the goal was to create a blog, with a client view, a separated CMS to create, edit, delete and update post, and a backend with an API rest.

Its a full-stack web app, a blog where you can read posts and write messages into them, this its the API source.

CMS Source

Client Source

API Deploy 👈

Used packages

Getting started

git clone https://github.com/fernandobouchet/TOP_blog-api
cd TOP_blog-api
npm install
npm start