- Python3
- Poetry
- MongoDB database
- A Finnhub API free account
- Use
cd backendto navigate to the backend directory. - Run
poetry shell&poetry installto create an environment with the required dependencies. - Create a
.envfile in the backend folder and add the environment variables as described in the.env-templatefile from the same folder.
Note: You will also need to create a
.env.testwith the same structure in order to run the tests.
- Run
uvicorn app.main:app --reloadto run the app.
-
Once the application is running, the SwaggerUI documentation can be accessed by going to the
/docsendpoint. -
Additionally, in the docs folder can be found the postman collection containing sample data for all of the implemented endpoints.