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

https://github.com/stupidcucumber/data-management-system

An application for building databases and tables.
https://github.com/stupidcucumber/data-management-system

database mongodb python3 react

Last synced: 3 months ago
JSON representation

An application for building databases and tables.

Awesome Lists containing this project

README

          

![Banner Logotype](assets/logo.png)

# Management System for everyone

## Architecture
System adheres microservice architecture:
![Architecture](assets/architecture.png)

Stack used to build the system:
- Backend: Python + FastAPI
- Frontend: React + Bootstrap + ChatGPT

## Deployment
To deploy working data management system just use:
```
docker-compose up --build
```

## Documentation
All the documentation regarding endpoints are located at the `/docs` endpoint.