An open API service indexing awesome lists of open source software.

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

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
```