A simple API for the following requirments
-
Classifications of assets and their most recent capacities.
-
Composition limits which can be specified for each type of configuration.
-
Average composition of each kind of feed for each type of asset as the default feed composition.
-
Get scraped(extracted) data with country filter.
This project requires NodeJS (version 14 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.14.17
v14.21.1
$ git clone https://github.com/Amr-Reda/assets-assignment
$ cd assets-assignment
$ npm install
$ npm run build
$ npm start
- this will run the app on port
3000