Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Entrega Corelab Challenge #70

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

RudsonSantana
Copy link

Corelab Challenge:

Repositorio Back-end

https://github.com/RudsonSantana/corelab-api-challenge.git
https://github.com/RudsonSantana/corelab-api-challenge2.git

  • Após clonar o repositório com o comando "git clone https://github.com/RudsonSantana/corelab-api-challenge.git"
  • Instale os pacotes package.json com o comando no terminal do VsCode "npm i"
  • Em seguida crie o banco de dados com o comando "npm run sequelize:db"
  • Depois suba as migrations com o comando "npm run sequelize:migrate"
  • E em seguide inicie a aplicação com o comando "npm run dev"
  • Para rodar os testes unitário: "npm run test:unit"
  • E para rodar os teste de integração: "npm run test:integration
  • Para testar a API: vá no seu navegador e coloque esse link: "http://localhost:3000/api-docs/"

Repositorio Front-end

https://github.com/RudsonSantana/corelab-web-challenge.git
https://github.com/RudsonSantana/corelab-web-challenge2.git

  • Após clonar o repositório com o comando "git clone https://github.com/RudsonSantana/corelab-web-challenge.git"
  • Instale os pacotes package.json com o comando no terminal do VsCode "npm i"
  • Se a API já estiver rodando no localhost inicie a aplicação web com "npm start"
  • Agora é só criar, editar, ler, colorir, e favoritar suas notas

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant