Coder Social home page Coder Social logo

api-project's Introduction

Api

How it works ?

  1. Step one : git clone into a folder.

  2. Step two(on command line) : import the database mysql -u username -p database_name < db.sql

  3. Step three : on the same folder, run php -S localhost:YOUR_PORT or ./server.sh

Read your api (ex for YOUR_PORT = 8000):

* GET http://localhost:8000/api/v1/songs (all music)
* GET http://localhost:8000/api/v1/songs?id
* GET http://localhost:8000/api/v1/instruments (v0.3)
* GET http://localhost:8000/api/v1/instruments?id (v0.3)

Config

[x] check the database connection

[x] check if your data is empty

[ ] check url

api-project's People

Contributors

thomasderuel avatar

Watchers

James Cloos avatar

api-project's Issues

Modified Database

Create 2 tables: songs & tracks:

  1. in songs : ID/ Artist/ title/ track(array)
  2. in tracks: melody/chords/bass/drums
  3. Make a JOIN between them

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.