https://github.com/eulixir/desafio-final-igti
https://github.com/eulixir/desafio-final-igti
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eulixir/desafio-final-igti
- Owner: eulixir
- License: mit
- Created: 2020-09-15T13:52:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T01:37:29.000Z (over 5 years ago)
- Last Synced: 2025-03-02T21:43:52.251Z (over 1 year ago)
- Language: JavaScript
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desafio-Final-IGTI
Desafio do Final da IGTI, versão do [Professor Raphael Gomide](https://github.com/rrgomide), carinhosamente chamado de Raphael Gommit, aplicativo com o front end feito: React.Js, backend: Node.Js, Banco usado: MongoDB, deploy: Heroku.
# Como instalar
# git@github.com:joaopealves/Desafio-Final-IGTI.git
Adicione-me ao seu git
--É necessário instalar a node_modules
Use npm init -y caso esteja usando o npm ou somente yarn, caso opte pelo yarn
após a instalação do node_modules basta digitar
cd app -> yarn server
cd app -> cd client -> yarn start
mas caso não apareça ou esteja usando uma versão antiga, adicione
"start":"react-scripts start",
dentro de "scripts": {
}
# Desenvolvedores
### [João Pedro Alves](https://github.com/joaopealves)
### [Professor Raphael Gomide](https://github.com/rrgomide)
# Tecnologias usadas
### \*HTML 5
### \*CSS 3
### \*JavaScript
### \*React.js
### \*Node.js
### \*MongoDB
### \*Heroku