$ pip install -r requirements.txt
$ cd bcfserver/
$ python
>>> from run import db
>>> db.create_all()
$ export FLASK_APP=run.py
$ flask run
Go to http://localhost:5000 to see the server
- Go to http://localhost:5000/register to register the user
- Create the client
- For grant type enter authorization_code
- For response_type enter code secret
- Enter the scope and create the client
- Set the Base URL will be
http://127.0.0.1:5000/