Django web app for Advarisk assignment
This is a customer facing web based application where a user can search for news articles from around the world based on the entered keyword. Also they can view results of their previous searches
Steps to setup and start the app:-
- Download the zip and unzip it
- Install the python
- Install the django (install django rest framework as well)
- Change directory (cd) to project
- Run the migrations using makemigrations command
- Migrate the changes to the database.
- Run the ‘python manage.py runserver’ command
- Open http://127.0.0.1:8000/ url for web app.
Technologies used for assignment :-
For backend development I used python, django and for UI, I used html, bootstrap and jinja, django rest framework.
Some of the inbuilt functionalities of django framework are used in this are Serialziers, Authentications, Admin Dashboard. ModelMangers.