This commit is contained in:
Prabhat Singh
2021-08-29 11:18:37 +05:30
committed by GitHub
parent bcda3d8e93
commit 5782691cdb
72 changed files with 5 additions and 5 deletions
+27
View File
@@ -0,0 +1,27 @@
# 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](http://localhost:5000) to see the server
# Register the user
1. Go to http://localhost:5000/register to register the user
2. Create the client
3. For grant type enter authorization_code
4. For response_type enter code secret
5. 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/`