Skip to content

mpoyd/InternshipMatcher_NESTJS_gRPC_AUTH

Repository files navigation

InternshipMatcher_NESTJS_gRPC_AUTH

Authentication service for the InternshipMatcher project

NestJS | Microservices | gRPC | API Gateway | Docker | seperate databases

Description

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.

Useful links

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

Microservices Design

image

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

Installation

#### 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

Authors

Mehdi Jerbi |
Mohamed Ayadi |
Souha Loulou |
Mouhib Ben Jemaa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published