This project is to use fastAPI with just an API Key in the URL Path. This can be used for simple API microservices where JWT/API Header/etc. is not required.
- 
Python 3.8+
 - 
MongoDB
 - 
Deploying the server
 
mkvirtualenv --python=`which python3.8` fastApiSimple
cd /path/to/fastApiSimple
setvirtualenvproject- Running the server in development
 
$ ./server.sh run- user: /api/{api_key}/user - User list
 - docs: /api/{api_key}/docs - fastApi Documentation
 
Author: Sriram