A REST API Server to be cosumed by Noteum
Clone the repo and install the dependencies in requirements.txt
$ git clone https://github.com/Vinicius-8/Noteum_Server.git
$ pip install -r requirements.txt
Create a file called credentials.py and put your OAUTH 2.0 client ID to use the google API for authentication, as follows:
ANDROID_CLIENT_ID = "<yourid>"$ uvicorn main:app --reload --host 0.0.0.0