Skip to content

cbeauchesne/flask-camp

Repository files navigation

flask-camp is a flask extension that build an full featured (but generic) wiki REST API.

Installation

pip install flask-camp

Usage

from flask import Flask
from flask_camp import RestApi

app = Flask(__name__)
api = RestApi(app)

Run your app

You'll need a running redis on port 6379 and a postgresql on port 5432. If you don't have it, you can copy paste the docker-compose.yml file in this repo and just run docker compose up -d

flask --debug run

All possible endpoints with a short explanation are visible on root page: http://localhost:5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages