https://github.com/kindermax/simple-flask-app
https://github.com/kindermax/simple-flask-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kindermax/simple-flask-app
- Owner: kindermax
- Created: 2017-06-15T13:48:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T14:13:27.000Z (about 9 years ago)
- Last Synced: 2025-02-26T10:32:51.159Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple flask web project
Allows to save, delete and get random persons from database.
* [Flask]
* [SQLAlchemy]
* [Postgres]
* [jQuery]
* [Webpack 2]
* [Bootstrap CSS]
Demo https://still-citadel-85814.herokuapp.com/
# Run
- Project uses Vagga for running various commands such as run project, build static, run postgres
``` sudo apt-get install vagga ```
- To run project just enter this commands
```sh
$ vagga build-static
$ vagga run
```
And now open http://127.0.0.1:8000 in browser
# Tests
- To run test just enter this commands
```sh
$ vagga test
```