-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This Documentation is relative to the REST API which we use for the project.
The Documentations is also relative to the REACT components we built.
You can also expect some tips and tools that can help you familiarize with the project.
This Database is trying to mimic the intra database, this will allow us to have a lot of flexibility and good integration.
π§ Have in mind that everything on our application is around the user.
π€ That is why you should expect a lot of accessors on the User class and not so many on the other classes.
π‘ For example, it will be very convenient to return all the projects of a User.
π And not so much to return all the Users who completed a project.
That is, in this specific context.
I suggest you to visualize the DataBase divided in 5 parts:
π΄
Cursus
π’
Skills
π¦
Projects
π‘
Users
π
CursusUsers
Cursus Skills Project User CursusUser