Skip to content

Richardbmk/RestfullBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTFULL BLOG

This is a simple blog to practice the a simple CRUD operation with MongoDB. You can check the page working well on this link: https://rickrestfulblog.herokuapp.com/blogs

Stack (Front-End & Back-End)
  • BackEnd:

    • Nodejs
    • MongoDB Driver for Nodejs
    • Express and others useful package
  • ForntEnd:

    • HTML and CSS
    • Semantic-UI (Another CSS Freamwork)
  • Database:

    • MongoDB
Deployment Method

For the deployment I use Heroku to host the webpage and MongoDB Atlas to store the database.