This is a simple Flask-based RESTful API for adding, spending and checking balance for a user's points.
- Python 3.10.11
- Flask 2.3.3
-
Clone the repository:
git clone https://github.com/KohnKaleb/Fetch-Rest-API.git
-
set up virtual environment (optional)
python -m venv myenv source myenv/bin/activate -
installing necessary frameworks and libraries
pip install Flask pip install Flask-RESTful
- start server
- navigvate to http://localhost:8000