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

https://github.com/shubham1172/anton

Anton is a database management tool.
https://github.com/shubham1172/anton

flask postgresql python3

Last synced: 2 months ago
JSON representation

Anton is a database management tool.

Awesome Lists containing this project

README

          


Anton



A database management tool built on top of Flask.




Abstract |
Documentation |
Getting started |
Features |
License



![screenshot](./docs/images/screenshot_home.png)

## Getting started

### Prerequisites
* python3
* postgresql (>=9.5 required)

### Installation
```sh
$ git clone https://github.com/shubham1172/anton/
$ cd anton
$ pip3 install -r requirements.txt
```

### Running
```sh
$ python3 app.py
```
The default port is 80. If you want to run it on a different port,
```sh
$ python3 app.py -p [port]
```

## Features
Anton helps you manage databases easily. It supports only PostgreSQL for now. The functionality is broadly divided into two use cases:

- Anton for developers
- Anton helps developers use databases in their apps without any hassles.
- With the rich API, any developer can get started with using a postgres database.
![screenshot_func_dev](./docs/images/screenshot_func_dev.png)
- Anton for SQLphobic users
- Anton provides a simple web interface to interact with data. No more SQLing.
- Easy to use UI makes life easy for Anton users.
![screenshot_func_users](./docs/images/screenshot_func_users.png)

The complete list of features can be found in the [documentation](https://goo.gl/XbmUoK).

## License
Anton is licensed under the [GNU General Public License v2.0](https://github.com/shubham1172/anton/blob/master/LICENSE).