jtruong04 / SchrodingerCheckers

PnP/Digital card game to simulate quantum computations
1 stars 0 forks source link

Set up Flask API #11

Open MSchiavi opened 4 years ago

MSchiavi commented 4 years ago

Make an API using the Flask libraries with Python.

As a first step lets make an endpoint that when we "hit" retrieves all the user data from the database.

I would suggest looking into SQLAlchemy for an ORM we can use (not sure if this works with mySQL we use a postgres database).

mjpmorse commented 4 years ago

Original issue too broad. The API is now working, however still needs functionality built out.