nicolehli / RESTful-journal

a blog using RESTful API, Semantic UI and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful Journal

A blog site using RESTful routing, Semantic UI for frontend, and NodeJS with MongoDB in the backend.

What does this do?

  • User can create new post
  • User can edit existing post
  • User can delete a post
  • User can see past posts along with a thumbnail, a snippet and a creation timestamp
  • User can format content with HTML and the content gets sanitized
  • User will have their data stored in a database
  • User can view contents in responsive mobile resolutions

Installing

  • Run npm install to install all essential packages
  • Start up MongoDB server
  • Run application by node app.js

Built With

Show and Tell

home screenshot new post screenshot edit page screenshot readmore page screenshot

Acknowledgments

  • This project was completed with The Web Developer Bootcamp (Udemy) course by Colt Steele

Photos are CC0 Licensed from Pexels:

About

a blog using RESTful API, Semantic UI and MongoDB


Languages

Language:HTML 55.0%Language:JavaScript 41.7%Language:CSS 3.2%