- This is a simple webscraper that when ran fetches all the states in Nigeria and the local goverbement areas in each of the state
- Stores the gathered data in a MongoDB Atlas DB
- Clone this repository
- Run
npm install
orpnpm install
depending on your package manager of choice to install dependencies - Start the server with
npm run dev
orpnpm dev