Skip to content

ShindeChetan/Advarisk-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Advarisk-Assignment

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:-

  1. Download the zip and unzip it
  2. Install the python
  3. Install the django (install django rest framework as well)
  4. Change directory (cd) to project
  5. Run the migrations using makemigrations command
  6. Migrate the changes to the database.
  7. Run the ‘python manage.py runserver’ command
  8. 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.

About

Django web app for Avarisk assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published