FastAPI Mauve Server with MongoDB
Deployed: https://mauve-server-2020.herokuapp.com
GitHub: https://github.com/tanwinn/pearlhacks_server
Submission of Pearlhacks2020
git clone [email protected]:tanwinn/mauve_api.git
cd mauve_api
pipenv shell # activate venv
pipenv sync # sync the dependencies packagespytest
bc fmt # formatting
prospector # linting TODO: fix bc config linting.env file
MONGO_CONN_STR=mongodb+srv://mauve:<PASSWORD>@cluster0-kz2za.mongodb.net/test?retryWrites=true&w=majorityMake sure to reset the pipenv shell to apply the change
uvicorn api.main:app --reload # Run the app- Package setup
- Test plugins?