/memories-api

API for storing stories and events

Primary LanguagePythonMIT LicenseMIT

Memories API

Adding a memory:

import requests

requests.post("http://localhost:5127/memories", data={"content": "That time I saw some movie."})

Development

Launching

Database

Initial setup of database required:

docker-compose exec app bash
flask create-db