Skip to content

sid22/fampay-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fampay assignement

  1. Used black formatter for Py code
  2. Uses Postgres 11+ DB
  3. Uses Django 3.2.x
  4. Requires Python 3.6.x

Screenshots

api

web

Features

  1. Supports full text search using search vector functionality in full text search of postgres
  2. Uses schedule to periodically fetch Youtube API data
  3. Sample curl
curl --location --request GET 'http://localhost:8000/api?q=clarx&q=carolina&limit=100&page=0'
  1. Web view is on localhost:8000/web

Local setup

  1. create Py 3 virtualenv
  2. Install requirements as
pip install -r requirements.txt
  1. Make .env and add proper conf in it based on .sample-env

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors