Giter Site home page Giter Site logo

jdahhan / putmeon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ecabreja623/putmeon

0.0 0.0 0.0 85 KB

Music sharing and recommendation app. Created by Elvis Cabreja, Johnlouis Dahhan, Thomas Molina, and Kyle Payen

License: GNU General Public License v3.0

HTML 66.28% Python 32.38% Shell 0.87% Makefile 0.47%

putmeon's Introduction

Put Me On

Requirements

  • Create a profile page that displays their data
  • Search for other users/friends/playlists
  • Create, delete, and update playlists
  • List playlists
  • Create and delete users
  • List users
  • Add/remove friends
  • Like/unlike playlists

Design

  • Use flask_restx to build an API server

  • Multiple clients possible -- TBD

  • Handle each major requirement with an API endpoint

  • Use Test-Driven-Development (TDD) to make sure we have testing

  • Use Swagger for initial interaction with server

  • Use Swagger, pydoc and good docstrings for documentation

  • Use Travis as the CI/CD pipeline

  • Use Heroku to deploy the app

  • Users can create a user using the '/users/create' endpoint

    • users must pass a unique username
  • Users can delete a user using the '/users/delete' endpoint

  • Users can create playlists using the '/playlists/create'

    • users must pass unique playlist name
    • user must already exist
  • Users can delete their playlist using the '/playlists/delete' endpoint

  • Users can update their playlist using the '/playlists/add_song' and '/playlists/delete_song' endpoints

  • Users can search for their friend using the '/users/search' endpoint

    • user must pass their friend's username
  • Users can search for a playlist using the '/playlists/search' endpoint

  • Users can add or remove one another as friends using the '/users/add_friend' and 'users/remove_friend' endpoints

    • Both users must be distinct and already exist
    • Users cannot be friends prior to adding one another
    • Users must be friends prior to removing one another
  • Users can like/unlike a playlist using the 'users/like_playlist' and 'users/unlike_playlist' endpoints

    • Playlist cannot already be liked if user is liking it
    • Playlist must already be liked if user is unliking it

putmeon's People

Contributors

kylepayen02 avatar jdahhan avatar ecabreja623 avatar jdahhan1 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.