A simple API built for managing points for Fetch backend challenge. It is built using Python library Flask and sqlite3.
Make sure python3 is installed on your system Install flask using pip3
$ pip3 install flasksqlite3 is installed by default for python version >2.6
pip3 install sqlite3
You can install SQLITE DB Viewer tool to check the entries in database.
Run the following command to start the server on port 8000
$ python3 app.py