this is a simple website created during the formação nodejs course in the guia do programador
- Node.js
- Javascript
- ejs
- MySQL
# cloning repository
git clone https://github.com/Theryston/blog.git
# accessing the project
cd blog
# installing dependencies
npm i
# now your need to create a database (using MySQL) with name blog.
# starting application
npm start