https://github.com/logan1x/database-illustrator
Flask App, That does things.
https://github.com/logan1x/database-illustrator
flask flask-sqlalchemy python
Last synced: about 2 months ago
JSON representation
Flask App, That does things.
- Host: GitHub
- URL: https://github.com/logan1x/database-illustrator
- Owner: Logan1x
- License: other
- Created: 2020-05-23T11:35:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:41:22.000Z (about 3 years ago)
- Last Synced: 2025-02-09T16:16:29.387Z (over 1 year ago)
- Topics: flask, flask-sqlalchemy, python
- Language: JavaScript
- Homepage: https://lets--try.herokuapp.com/
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DataBase Illustrator
### [Website Link](https://lets--try.herokuapp.com/)
An web app based on python to show data and user handling.This is a python-script made with framework flask, which performs actions on form inputs received from user and stores it in a SQLite3, and also reads and retrieve data to display it in html file. All these stuff enables it as a real-time database illusion. It looks like as if we have a real storage of our data somewhere in a real database. To conclude and have an exact User-Interface for data-base we can view the data of csv file in excel sheets, Libre-Office or Google spreadheets etc.
Want to use to it for personal project, see [`LICENSE`](https://github.com/Logan1x/DataBase-Illustrator/blob/master/LICENSE).
Made some changes, want me to add?
- Fork it (https://github.com/Logan1x/DataBase-Illustrator/fork)
- Create your feature branch (`git checkout -b feature/fooBar`)
- Add your docs in docs/data.json file
- Commit your changes (`git commit -am 'Add some fooBar'`)
- Push to the branch (`git push origin feature/fooBar`)
- Create a new Pull Request
- Add your name with a link to your profile in the contributors list
### Contributors
- Khushal Sharma([@logan1x](https://github.com/Logan1x))
- Parth Pandya([@parthpandyappp](https://github.com/parthpandyappp))