Skip to content

polsani/user-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User service

To run this application start having docker installed. Change the appsettings variables to valid values

[CONNECTION STRING]

[AMQP HOST]

After that, build the docker image:

docker build -t user_service .

To run this application execute:

docker run -d -p 14666:14666 user_service

To run more then one container just change de host port

docker run -d -p 14667:14666 user_service
docker run -d -p 14668:14666 user_service
docker run -d -p 14669:14666 user_service
docker run -d -p 14670:14666 user_service

All functions can be accessed by SWAGGER

http://localhost:{port}/swagger/index.html

Next steps

  • Add more tests
  • Change previous import to persist in Redis database
  • Improve Swagger documentation
  • Deploy on AWS to decrease latency

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors