GithubHelp home page GithubHelp logo

challenge's Introduction

Qulture Rocks Challenge

Challenge executed in Fastapi

Project setup

pip install poetry
poetry install

Database Setup

Open file alembic.ini and add this line
sqlalchemy.url =  postgresql://tulio:tulio@localhost/qulture

Run this command 
alembic upgrade head

Run Project

uvicorn challenge.main:app --host 0.0.0.0 --port 8000

Endpoints

Tags

  • GET /tags: Get list of tags
  • GET /tags/:id: Get a single tag
  • POST /tags: Create tag
  • PUT /tags: Update list of tag
  • DELETE /tags: Delete a tag

Segments

  • GET /segments: Get list of segments
  • GET /segments/:id: Get a single segment
  • POST /segments: Create a segment
  • DELETE /segments: Delete a segment

Users

  • GET /users: Get list of users
  • GET /users/:id: Get a single user
  • POST /users: Create a user
  • PUT /users: Update a user
  • DELETE /users: Delete a user

Test

pytest

Attention

At the endpoint of / users has an option to pass a filter on the search. This filter must be sent in the same format as ansi sql. 
Ex: (first_name = 'test' and last_name = 'test 2') or (email = '[email protected]')

Deployed

The project is running in aws in this address http://18.191.237.232/docs

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.