Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 948 Bytes

Ping Pong Recorder API

This is a REST API created for a demo app title "Ping Pong Recorder". This API allows the client to authenticate users and store Ping Pong game data.

Getting Started

This API was written in python so the process is straight forward.

Prerequisites

To run this server you will need Python 3

You can get Python 3 here.

Downloading & Running

First you need to clone or download the project. You can either click the clone or download button or type this in your command prompt:

$ git clone [email protected]:cwmagnus/PingPongRecorderAPI.git

Then you need to download this projects dependencies. Go into the project's directory "path/to/project/PingPongRecorderAPI" Type the following line into your terminal to install the requirements:

pip install -r requirements.txt

You can then run the application by typing the following into your terminal:

python app.py