Skip to content

singingwolfboy/contactista

Repository files navigation

Contactista

Build status Test coverage Documentation

Contactista is a Personal Relationship Management (PRM) system, similar to Monica, but written in Python.

Well, it isn't that yet. Right now, I'm just playing around with Flask and GraphQL. But that's the eventual goal.

Install & Run

Make sure you have a local PostgreSQL server running. Then run:

pip install -r requirements.txt
export FLASK_APP=contactista/app.py
flask db create
flask run

You can run flask --help to see what other commands are available.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published