Project developed in the back-end module at trybe
In this project, a store of medieval items was developed, in the form of an API, using Typescript. Using all layers of the application (Models, Service and Controllers), it is possible to perform the basic operations that can be done in a given database: Creation, Reading, Update and Deletion (CRUD). In addition, some endpoints were created that will read and write in a database, using MySQL.
- Manipulate the TypeScript
- Manipulate the Node.js
- Manipulate the Express.js
- Manipulate the SQL
- Manipulate the JWT
- Using MSC architecture (Model-Service-Controller)
- Using MySQL
- Build a RESTful API