Skip to content

A memory bank to store categorised pieces of information.

Notifications You must be signed in to change notification settings

RaulSantanaTrejo/ArchieMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a python project to create a memory bank that can be used to store short categorised text entries.

Running locally:

Run: python app.py

Heroku:

The service is hosted in two different heroku apps: Production: https://archiememory.herokuapp.com/ Staging: https://archiememory-stage.herokuapp.com/

Deploying the app:

Production: git push pro master

Staging: git push stage master

Database:

The database currently consists of one table: memories, a memory has: id: int, main key, auto incremental content: string, the text to remember (eg: 'buy groceries') category: string, the category of the memory (eg: 'to-dos')

It is a postgresql database, using Flask and SQLAlchemy

Tutorials:

TO DO:

Fix configs for pro and stage: Setting up the config was taught for a unix system, it doesnt seem to work for windows

About

A memory bank to store categorised pieces of information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published