/shows-on-demand-users

Shows on-demand Users service

Primary LanguagePythonMIT LicenseMIT

Shows on-demand Auth & Users service

Notice that this is a Microservice that is part of the Shows on Demand service and it in an early stage

This service is intended to be used with the Shows on Demand service.

Installation

From sources

Clone the Project

$ git clone https://github.com/guidocecilio/shows-on-demand-users.git

Run the app using docker-compose

$ docker-compose up --build

Initializing the Database and seeding the data

$ docker exec -it admin-service bash
$ python manage.py initialize_db

Troubleshooting

Initializing the database

If there are no migrations at the moment you could use the followig Flask command

$ flask init db stamp head

Contributions, Bug Reports, Feature Requests

This is an POC project. However, it will be soon an Open Source project and we would be happy to see contributors who report bugs and file feature requests submitting pull requests as well. Ideas are welcome and they can be added as feature here https://github.com/guidocecilio/shows-on-demand-admin/issues. Notice, that as this is a work on progress features will be adding as ticket to https://github.com/guidocecilio/shows-on-demand-admin/issues with the label enhancement. Please report issues here https://github.com/guidocecilio/shows-on-demand-admin/issues. It is also recommended to go through the high level design document while the Developer Handbook still a work on progress in order to get a basic understanding of the ecosystem.