Skip to content

guto1657/devblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevBlog

In English:
This project is a full-stack blog created with a full-stack architecture. On the front end, the project uses React and unit testing with Jest, for styling, the project utilizes the Styled-Components library. On the back end, the project uses Node.js and Express.js to create a RESTful API, enabling communication between the front-end and back-end of the application. For data storage, the project utilizes MongoDB for greater flexibility in data storage and retrieval.

Em Português:
Este projeto é um blog criado com uma arquitetura full-stack. No front-end, o projeto utiliza React e testes unitários com Jest, Para estilização, o projeto utiliza a biblioteca Styled-Components. No back-end, o projeto utiliza Node.js e Express.js para criar uma API RESTful, permitindo a comunicação entre o front-end e o back-end da aplicação. Para armazenamento de dados, o projeto utiliza o MongoDB para obter maior flexibilidade no armazenamento e recuperação de dados

desktop mobile

Live Demo

Stack

  • REACT
  • JavaScript
  • Jest
  • StyledComponents
  • NODE.JS
  • EXPRESS
  • MONGO