This project is a simple blog. It allows users to post|read their own articles. The blog is built with a tech stack that includes HTML, SASS, and Vanilla Javascript for the client, and Node for the server.
Client: HTML, SASS, Javascript Vanilla
Server: REST API
Clone the project
git clone https://github.com/Eth3ri0n/blog-project.git
Go to the project directory
cd blog-project
Install dependencies
npm install
Start the server
npm run dev