https://github.com/v-omelai/flask-back-end
Simple REST API using Flask, Flask-RESTX & Redis.
https://github.com/v-omelai/flask-back-end
back-end flask redis
Last synced: 9 months ago
JSON representation
Simple REST API using Flask, Flask-RESTX & Redis.
- Host: GitHub
- URL: https://github.com/v-omelai/flask-back-end
- Owner: v-omelai
- License: mit
- Archived: true
- Created: 2024-05-03T11:51:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:07:44.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:46:02.463Z (over 1 year ago)
- Topics: back-end, flask, redis
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Simple REST API using Flask, Flask-RESTX & Redis.
## Usage
- **Create a virtual environment:** `python -m venv venv`
- **Activate a virtual environment:**
- **Windows**: `venv/Scripts/activate`
- **Linux or Mac**: `source venv/bin/activate`
- **Install dependencies:** `pip install -r requirements.txt`
- **Run an application:** `flask run`