Skip to content

Commit

Permalink
Merge pull request #162 from Kenzie-Academy-Brasil-Developers/databas…
Browse files Browse the repository at this point in the history
…e/application

feat: add image in database project kenzie velopers
  • Loading branch information
JoseWenned authored Apr 15, 2024
2 parents 8f5e4d9 + f7dee9c commit 62983c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/database.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import projectFullStack from "../assets/Project FullStack.png"

import APIMercadoAutonomo from "../assets/API Mercado Autonômo.png"
import APILocadoraDeFilmes1 from "../assets/Locadora de filmes(1).png"
import APIKenzieVelopers from "../assets/Kenzie Velopers.png"

import imageHtml from "../assets/icons8-html-48.png"
import imageCss from "../assets/icons8-css-48.png"
Expand Down Expand Up @@ -102,7 +103,7 @@ export const projects = [

{
id: 7,
image: projectBackEnd,
image: APIKenzieVelopers,
name: "Project Kenzie Velopers",
language: "Node.js, Express.js, TypeScript",
description: `The task consists of developing a REST API in TypeScript to manage developers and projects at a technology startup. Developers can be registered, associated with extra information, and linked to specific projects. Business rules must be strictly followed, including using a PostgreSQL database and creating tables as specified. Automated testing is mandatory, with a separate database for running tests. The project structure should include specific folders for SQL and diagrams, with appropriate scripts for cleaning the database. The code must be organized and follow previously established practices, ensuring consistency and quality.`,
Expand Down
Binary file added src/assets/Kenzie Velopers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62983c2

Please sign in to comment.