A django rest framework powered loan data api, with website crawling and excel file generation as main features.
- Python 3.x
- Django 4.x
- Clone the repository: git clone https://github.com/maxwellagyapong/Delphos.git
- Change into the project directory: cd testAssignment
- Install dependencies: pip install -r requirements.txt
- Run migrations: python manage.py migrate
- Run crawler: python manage.py crawler
- Start the development server: python manage.py runserver
- Open your browser and navigate to http://localhost:8000
- Django
- Python
- Selenium
- Xlsxwriter