Authentication service for the InternshipMatcher project
NestJS | Microservices | gRPC | API Gateway | Docker | seperate databases
InternshipMatcher is a web application backend that matches students with companies offering end of studies internships
Key words: NestJS , Microservices , gRPC , API Gateway , seperate databases.
you can find the rest of the services here:
https://github.com/mpoyd/InternshipMatcher_NESTJS_gRPC_AUTH :Authentication microservice
https://github.com/ayadi-mohamed/InternshipMatcher_NESTJS_gRPC_APPLICATION :Application microservice
https://github.com/Souha-LOULOU/InternshipMatcher_NESTJS_gRPC_OFFER :Offer microservice
https://github.com/Mouhib-hero/InternshipMatcher_NESTJS_API_Gateway :API Gateway and Docker compose file
https://github.com/ayadi-mohamed/grpc-nest-proto :Shared Proto files
Authentification microservice: Handles the Register and Login process
Offer microservice : Employers can offer internships
Application microservice : Students can search and apply for internships
API Gateway : Handles all the API calls and sits between all the services and the client to ensure and provide a secured and organized API-based integrations.Design Patterns used :
microservices | API GATEWAY | seperate databases
#### Dependencies
$ npm i @nestjs/microservices @grpc/grpc-js @grpc/proto-loader
$ npm i -D @types/node ts-proto
#### Installing prerequisite and accessing Proto Repository
$ npm install
$ npm run proto:install
#### Building Image
$ docker build -t auth-svc .Design Patterns used :
microservices | API GATEWAY | seperate databases
Mehdi Jerbi |
Mohamed Ayadi |
Souha Loulou |
Mouhib Ben Jemaa
