Skip to content

mmidu/downloads_statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

downloads_statistics

How to run:

  1. cd into the root directory.
  2. run the command make app to build the app. This will build the containers.
  3. run the command make seed. This will seed the database.
  4. the application is exposed at http://localhost:8081 by default.

Additional info:

  • you can run automatic tests with the command make test*
  • if you want to seed the database run the command make seed*
  • the application features a first implementation of websocket in order to load new data in realtime, this can be tested with the button at the botton of the page, that simulates a download.
  • in order to obtain the country where a download has happened, an reverse geocoding API is consumed and the response data is saved to the database not to consume the API everytime the application is used and data is loaded on the map.

*containers must be up and running for this, if they are not run the command docker-compose up -d in the project directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published