Skip to content

Commit

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

feat: add image project document swagger in project user ad courses
  • Loading branch information
JoseWenned authored Apr 16, 2024
2 parents 62983c2 + 96743c4 commit ec420fa
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 @@ -5,6 +5,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 APIUserAndCourse from "../assets/User e Courses.png"

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

{
id: 8,
image: projectBackEnd,
image: APIUserAndCourse,
name: "Project User and Courses",
language: "Node.js, Express.js, TypeScript",
description: `This project consists of creating an MVP of an API for controlling users and courses, with authentication and access control features. Users will be able to register, log in and be enrolled in courses. Additionally, the API will have administration functionality, allowing users with administrator permissions to manage courses and users. Restricted features will only be accessible to authenticated users and, in some cases, only to administrators. The MVP aims to provide a solid foundation for future development, meeting the basic needs of controlling users and courses securely and efficiently.`,
Expand Down
Binary file added src/assets/User e Courses.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 ec420fa

Please sign in to comment.