Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fetch-Rest-API

Overview

This is a simple Flask-based RESTful API for adding, spending and checking balance for a user's points.

Getting Started

Prerequisites

  • Python 3.10.11
  • Flask 2.3.3

Installation

  1. Clone the repository:

    git clone https://github.com/KohnKaleb/Fetch-Rest-API.git
  2. set up virtual environment (optional)

    python -m venv myenv
    source myenv/bin/activate
    
  3. installing necessary frameworks and libraries

    pip install Flask
    pip install Flask-RESTful
    

running

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages