Giter VIP home page Giter VIP logo

sandeep-trial's Introduction

Welcome to our trial

Please ensure you follow all the steps before submitting it for review.

Trial tasks

Our trial is straightforward and simple. Please fork this repository and build the following app in the forked repository. When you are done, create a pull targeting our truflation/trial repo.

App hard requirements:

  1. get a Lithium data feed from Yahoo.com
  2. push the data into any database of your choice hosted by a third party, where the schema has the following attributes id, date_value, value, created_at
  3. expose https endpoint with a simple JSON feed from the database to demo the app

Review Score Criteria

  1. simplicity of the code for the reviewer
  2. the naming of the commits (follow Conventional Commits)
  3. clear communication with our team

Questions?

If you have any questions, please feel free to ask them in truflation/trial/discussions
DO NOT ask your question by any other channel.

Setup

NOTE: Need Python 3.10 or later.

  1. Install Poetry. Poetry is a package management tool.

  2. Create and activate a virtual environment.

  3. Run the following line to install all necessary packages:

    poetry install
  4. Run the following command to start the API server:

    poetry run start

    This will not only start the server, but also setup the SQLite database and it's tables.

  5. Go to browser and type the following: 127.0.0.1/feed This will get the yahoo feed and store into the database.

  6. To view the data from the database, go to 127.0.0.1

sandeep-trial's People

Contributors

zolotokrylin avatar deepu9 avatar

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.