mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
52c686b656
Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Server-Test
$ 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
Register the user
- 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
You will be redirected to the page with the details of your client id and secret
Foundation API
- Set the Base URL will be
http://127.0.0.1:5000/