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.
- Host: GitHub
- URL: https://github.com/stupidcucumber/data-management-system
- Owner: stupidcucumber
- License: mit
- Created: 2024-11-21T01:57:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T16:31:31.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:46:02.414Z (over 1 year ago)
- Topics: database, mongodb, python3, react
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Management System for everyone
## Architecture
System adheres microservice architecture:

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.