Skip to content

rankery/Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Add enviroment files to your system - in project root directory run command

$ set -a
$ source .env
$ set +a

To check result run

$ docker-compose -f docker-compose.dev.yml config

Tools required:

  • docker
  • docker-compose

Running the app in development mode

$ docker-compose -f docker-compose.dev.yml up -d [Service name]

Running the app in production mode

In progress

List of services

Front-end:

Back-end:

  • gateway - REST Gateway -> localhost:3001 (by default). API documentation -> localhost:3001/docs
  • user - microservice for user data handling
  • auth0parser - microservice for parsing data from Auth0 client API
  • googleparser - microservice for parsing data from Google API

About

Test app with Angular + NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published