Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hfidelis/techconecta-prototype


https://github.com/hfidelis/techconecta-prototype

academic-project angular16 api-consumption bulma rxjs scss

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Techconecta 📘
## Protótipo Frontend do Projeto para a disciplina de WEB II
> :accessibility: Grupo: **Heitor Fidelis, Thiago Jorge, Túlio Baruk.**

> 👨‍🏫 Professor: **Josino Rodrigues**

# Tecnologias utilizadas 🔧


Angular
RxJS
TypeScript
HTML5
SASS
Bulma
Docker

# Testando remotamente 🌐
**Acesse http://20.226.34.135:4200**

# Testando localmente 🚀
## Usando ``npm`` 📦 :
**Clone o repositório em sua máquina**
> **``git clone https://github.com/hfidelis/techconecta-prototype.git``**

**Acesse o diretório do repositório**
> **``cd techconecta-prototype``**

**Instale as dependências**
> **``npm install``**

**Inicie o projeto**
> **Caso tenha o AngularCLI: ``ng serve``**

> **Caso não tenha: ``npm run start``**

**Acesse o projeto através da url: http://localhost:4200**

## Usando ``docker`` 🐳 :
**Clone o repositório em sua máquina**
> **``git clone https://github.com/hfidelis/techconecta-prototype.git``**

**Acesse o diretório do repositório**
> **``cd techconecta-prototype``**

**Faça o build do projeto**
> **``docker build .``**