File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Open-source **[Flask Dashboard](https://appseed.us/admin-dashboards/flask)** gen
66
77> Features
88
9- - Up-to-date [ dependencies] ( ./requirements.txt ) : ** Flask 2.0.1**
9+ - ` Up-to-date dependencies ` : ** Flask 2.0.1**
1010- DBMS: SQLite, PostgreSQL (production)
11- - DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
11+ - ` DB Tools ` : SQLAlchemy ORM, Flask-Migrate (schema migrations)
1212- Modular design with ** Blueprints** , simple codebase
1313- Session-Based authentication (via ** flask_login** ), Forms validation
14- - Deployment scripts: Docker, Gunicorn / Nginx, Heroku
14+ - ` Deployment ` : ** Docker** , Gunicorn / Nginx, Heroku
1515- Support via ** Github** and [ Discord] ( https://discord.gg/fZC6hup ) .
1616
1717<br />
@@ -36,9 +36,7 @@ $ cd flask-gradient-able
3636> Start the app in Docker
3737
3838``` bash
39- $ docker-compose pull # download dependencies
40- $ docker-compose build # local set up
41- $ docker-compose up -d # start the app
39+ $ docker-compose up --build
4240```
4341
4442Visit ` http://localhost:85 ` in your browser. The app should be up & running.
You can’t perform that action at this time.
0 commit comments