<aside> 💡 This page documents the development process the API is undergoing. Helpful for getting users up to speed on the inner workings.

</aside>

Engineering Guidelines

Tasks


ACTIVITIES EXPECTED OUTCOME BOTTLENECKS
STAGE 1 Scaffolding and project wiki setup, Git repo, dockerhub repo, app directory structure, express routing, database setup(mongodb),sorting, pagination and filtering of data, Have a working demo of the API with full CRUD functionality, accessible routes for the most fundamental resources & the latest scraped data saved to the database for consumption. #⇒ speed of the requests(consider setting up a caching system), #⇒ sorting and filtering methods & parameters, #⇒ amount of data returned in a single request #⇒ amount of requests made over a time period(throtling requests)
STAGE 2

Dev Tasks