Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Flask API for adding,spending and viewing points for Fetch backend

License

smit-1999/Fetch-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch-Backend

A simple API built for managing points for Fetch backend challenge. It is built using Python library Flask and sqlite3.

Installation

Make sure python3 is installed on your system Install flask using pip3

$ pip3 install flask

sqlite3 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.

Setup

Run the following command to start the server on port 8000

$ python3 app.py

About

Flask API for adding,spending and viewing points for Fetch backend

Topics

Resources

License

Stars

Watchers

Forks

Languages