/projetos-estrutura-inicial-backend

Desenvolvimento de projetos com a estrutura base de backend usando Node.js. Em cada projeto, será usado um framework de construção de serviço web diferente afim de entender as características de cada uma, diferenças e benefícios.

Primary LanguageJavaScript

Projetos Estrutura Inicial Backend

Github top language Github language count Repository size

Status

🚧 Projetos Estrutura Inicial Backend 🚀 Em construção... 🚧


About   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

Desenvolvimento de projetos com a estrutura base de backend usando Node.js. Em cada projeto, será usado um framework de construção de serviço web diferente afim de entender as características de cada uma, diferenças e benefícios.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/DeboraTaveiraa/projetos-estrutura-inicial-backend

# Access
$ cd projetos-estrutura-inicial-backend

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

Made with ❤️ by Débora Taveira

 

Back to top