Coder Social home page Coder Social logo

qrkot_spreadsheets's Introduction

Приложение QRKot

Project Description

An API application for raising funds for charity projects.
All users may see charity projects. Only registered users may make untied donations which automatically go to opened charity projects (First In, First Out). Only superusers may create or update charity projects.

Installation

  • Clone the repository

    git clone https://github.com/TatianaBelova333/cat_charity_fund.git
    
  • Install all dependencies and activate virtual enironment

    python -m venv venv
    
    pip install -r requirements.txt
    
  • Create an .env file as in the env.example file.

  • Run migrations for SQLite

    alembic upgrade head
    
  • Run the application:

    uvicorn app.main:app --reload
    

Documenation

http://127.0.0.1:8000/docs - Swagger docs.
http://127.0.0.1:8000/redoc - ReDoc docs.

Google sheets API report

The following endpoint creates a Google sheet report and returns the link to the Google sheet.

GET /google

HTTP/1.1 200 OK
Content-Type: application/json

{
  "link_to_report": "https://docs.google.com/spreadsheets/d/example"
}

A sample report

Authors

Tatiana Belova

qrkot_spreadsheets's People

Contributors

tatianabelova333 avatar

Watchers

 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.