-
Notifications
You must be signed in to change notification settings - Fork 0
PR de Correção #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jvpalves
wants to merge
23
commits into
correcao-projeto
Choose a base branch
from
master
base: correcao-projeto
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1a7b837
Projeto LabenuSystem
fsantos1224 46c2824
ReadMe
fsantos1224 236f9fe
Update README.md
MarivoneAraujo 0c97966
mais endpoints
fsantos1224 3255ca7
mais endpoints
fsantos1224 701b7f8
.gitignore
fsantos1224 daa4e07
Delete src/fakeData directory
fsantos22 5a9413c
Delete _query_template.ts
fsantos22 ad837cf
Delete _template.ts
fsantos22 53faa30
Update README.md
MarivoneAraujo c663548
projeto finalizado
fsantos1224 a9fd6b7
projeto finalizado
fsantos1224 2e4dc0d
editado o addUser
fsantos1224 e8e4f9e
request
fsantos1224 fed2875
request
fsantos1224 85e3e7d
index.ts
fsantos1224 0bb63de
Update README.md
MarivoneAraujo 69440f0
fix - queries e endpoints
fsantos1224 7c578c2
Delete requests.rest
fsantos22 eebdb08
fix - queries e endpoints
fsantos1224 5f18fa6
Delete addFakeUsers.ts
fsantos22 ec77efc
package.json
fsantos1224 f4f716d
adc hobby e especialidade na resposta
fsantos1224 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| node_modules | ||
| build | ||
| .env | ||
| .rest | ||
| _query_template.ts | ||
| _template.ts | ||
| addFakeUsers.ts | ||
| fakeData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,32 @@ | ||
| ## LabenuSystem: | ||
|
|
||
| Você estuda na Labenu_ há tanto tempo que já parecem anos, não é? Então, hoje, vamos pedir para criar um sistema que represente o básico da nossa organização. | ||
|
|
||
| Ele deve possuir, ao menos, as 3 entidades importantes: | ||
|
|
||
| 1. Estudantes | ||
|
|
||
| Representa estudantes da nossa instituição. Eles devem possuir: id, nome, email, data de nascimento e os principais hobbies dele. | ||
|
|
||
| 2. Docente | ||
|
|
||
| Representa docentes da nossa instituição. Eles devem possuir: id, nome, email, data de nascimento e todas as especialidades dele. Há 7 especialidades: React, Redux, CSS, Testes, Typescript, Programação Orientada a Objetos e Backend | ||
|
|
||
| 3. Turma | ||
|
|
||
| Toda turma é composta das seguintes características: id, nome, data de início, data de término, lista de professores responsáveis, uma lista de alunos e módulo atual em que a turma está. | ||
|
|
||
| O módulo pode assumir os valores de 1 a 7 ou `undefined`, indicando que as aulas dessa turma ainda não começaram. Para esse exercício, vamos considerar que existam dois tipos de turma: integral ou noturna. Há uma restrição para o nome das turmas noturnas: tem que terminar com `-na-night`. | ||
|
|
||
| As funcionalidades básicas são: | ||
|
|
||
| → Criar estudante; | ||
|
|
||
| → Criar docente; | ||
|
|
||
| → Criar turma; | ||
|
|
||
| → Adicionar estudante na turma; | ||
|
|
||
| → Adicionar docente na turma; | ||
|
|
||
| → Pegar a idade de algum estudante a partir do id | ||
| # LABENU SYSTEM | ||
|
|
||
| ## 📚📰 Documentação no Postman | ||
| https://documenter.getpostman.com/view/14148928/TzCMe8Jy | ||
|
|
||
| ## ✨ Tecnologias | ||
| Esse projeto foi desenvolvido com as seguintes tecnologias: | ||
|
|
||
| * React.js | ||
| * Typescript | ||
| * Express | ||
| * MySQL | ||
| * Knex | ||
| * dotEnv | ||
|
|
||
| ## 💻 Projeto | ||
| Projeto desenvolvido durante a semana 17 do curso de Fullstack da Labenu. | ||
|
|
||
| ## 🚀 Como executar | ||
| * Instale as dependências com | ||
| ``` | ||
| npm install | ||
| ``` | ||
| * Inicie o servidor com | ||
| ``` | ||
| npm run start | ||
| ``` | ||
|
|
||
| ## Desenvolvido por: | ||
| * Fabio Dos Santos | ||
| * Jéssica Damasceno | ||
| * Marivone Araujo | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lindão!