Giter Club home page Giter Club logo

playvox-test's Introduction

playvox-test

This repository contains test for playvox

The ui for this test is here

Stack

  1. Bottle
  2. Mongodb
  3. Python 3.7
  4. Docker
  5. Docker-compose
  6. Vuejs

Installation

  1. Clone repository
git clone https://github.com/jonthdiaz/playvox-test.git
  1. Install docker
  2. Install docker-compose
  3. Going to path where you clone the repository
  4. Running the next command
docker-compose up -d 

After that you can go the url http://localhost:8000 to see the web ui

Api

Create new user

It makes post to the url http://localhost:8010/v1/users

Params 
name, lastname, age, gender, email, registration_date all these fields are required

Delete user

It makes delete to the url http://localhost:8010/v1/users with "id" as data parameter

Update user

It makes put to the url http://localhost:8010/v1/users with "id" as data parameter

Params
id, name, lastname, age, gender, email, registration_date

Get user

It makes get to the url http://localhost:8010/v1/users/:id where id is the Object id of the user

Create new user's note

It makes post to the url http://localhost:8011/v1/user/:id/notes where id is the Object id of the user

Params
id, title, body, created where id is the Object id of the user

playvox-test's People

Contributors

jonthdiaz 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.