Giter Site home page Giter Site logo

circulo's Introduction

círculo

Backend Assignment | FamPay

About the Backend

To provide an API to retrieve the most recent videos from YouTube, arranged in reverse chronological order of their posting date-time, in a paginated response for a particular tag/search query.

Tech Stack

  • Python3.8
  • Django
  • Django Rest Framework
  • Celery
  • PostgreSQL
  • Docker

Getting Started

To get started:

  • Clone the repo.
git clone https://github.com/guptaharsh13/circulo
  • Change into the directory.
cd circulo

Run

Environment Variables

touch .env

For running this project successfully you'll need to create a .env file and store your firebase credentials there like .env.sample.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py runserver

Open a new temminal and start the celery worker

celery -A circulo.celery worker -l INFO

Open another temminal and start the celery beat scheduler

celery -A circulo beat -l INFO

Docker Run

Environment Variables

touch .env

For running this project successfully you'll need to create a .env file and store your firebase credentials there like .env.sample.docker.

docker-compose up --build

API Documentation

Once you have launched the app locally, you can access the documentation using the below localhost links

Inspirations

Future Scope

Made with ❤ by Harsh Gupta

circulo's People

Contributors

guptaharsh13 avatar

Stargazers

Deepak singh avatar

Watchers

 avatar

Forkers

jatin887

circulo's Issues

feat: youtube api

Integrate YouTube API, and make a call to fetch latest videos sorted in reverse chronological order of their publishing date-time from YouTube for a given tag/search query.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.