Skip to content

tomerlieber/Python-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Blog

Welcome to my new blog about Python!

The blog contains mostly posts about Python at a basic level. It will help people who want to learn the language. However, even people with previous experience will be able to find helpful posts here.

You are welcome to enter the blog, read some posts and give feedback.

Right now the website is down.


The blog was written in JavaScript (including features of ES6+), using the following technologics:

  • React to create the user interface.
  • MongoDB to store the amount of likes and comments that each post received.
  • Node.js and Express to build the server that connects the UI to the DB.
  • AWS to deploy the blog so everyone can use it.