https://github.com/genndy007/comp_firm_nosql
Computer Firm Information System with NoSQL MongoDB
https://github.com/genndy007/comp_firm_nosql
black dotenv githooks lint-staged mongodb poetry pymongo python
Last synced: 7 months ago
JSON representation
Computer Firm Information System with NoSQL MongoDB
- Host: GitHub
- URL: https://github.com/genndy007/comp_firm_nosql
- Owner: genndy007
- License: mit
- Created: 2022-06-10T16:58:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T13:45:58.000Z (over 3 years ago)
- Last Synced: 2025-01-26T06:41:34.872Z (9 months ago)
- Topics: black, dotenv, githooks, lint-staged, mongodb, poetry, pymongo, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer Firm NoSQL
## What is it?
This application uses MongoDB and PyMongo engine to interact with collections. Collections are Customers
and Suppliers. Application has a wrapper for a collection type and gives comfortable API to interact with Mongo.## Installation for developer
```shell
pip install poetry # package manager
poetry install # install dependencies
poetry shell # shell with deps
githooks # activate hooks and lint-check
cp app/.env.example app/.env # fill env file with mongodb credentials
```