pokerPlam: Tool for the use of the Poker technique of planning by teams that work remotely.
Architecture components 001, designed for dependency injection, testing and use of the repository pattern
Directory for application configurations and databases.
Place for different database middlewares or other and their factories.
Definitions of the models of the different databases.
Repositories with the set of operations of the different databases to use.
Set of services with bussiness logic.
Endpoints with service orchestration and route definition.
Unit test directory of repositories, services and endpoints.
Change Dockerfile values to grant database access with this environment variables:
ENV MONGOHOST = <your local mongodb instance IP.>
ENV MONGOPORT = <port assigned to your local mongodb instance>
ENV SECRET = <key to generate the secret jwt token>
ENV ENV = <enviroment in which the application and database are deployed. Write DEV for development, PRO for production and TEST for test enviroment>
docker.exe run .\Dockerfile --name poccontainer -d -p 5000:5000