Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3
FastAPI Users - Database adapter for MongoDB
License
fastapi-users/fastapi-users-db-mongodb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ready-to-use and customizable users management for FastAPI
Documentation:https://fastapi-users.github.io/fastapi-users/
Source Code:https://github.com/fastapi-users/fastapi-users
Add quickly a registration and authentication system to yourFastAPI project.FastAPI Users is designed to be as customizable and adaptable as possible.
Sub-package for MongoDB support in FastAPI Users.
You should create a virtual environment and activate it:
python -m venv venv/
source venv/bin/activate
And then install the development dependencies:
pip install -r requirements.dev.txt
You can run all the tests with:
maketest
The command will start a MongoDB container for the related unit tests. So you should haveDocker installed.
Alternatively, you can runpytest
yourself:
pytest
There are quite a few unit tests, so you might run into ulimit issues where there are too many open file descriptors. You may be able to set a new, higher limit temporarily with:
ulimit -n 2048
Execute the following command to applyisort
andblack
formatting:
make format
This project is licensed under the terms of the MIT license.
About
FastAPI Users - Database adapter for MongoDB
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.