Skip to content

raqeebhamza/flaskdockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flaskdockerized

A dockerized app built on top of Flask, and SQLAlchemy in Python3 It will create he schema when the server starts. I have also added an endpoint to seed the database.

APIs endpoints:

[GET]
[POST]

Steps to run

  • Clone the repository

using local:

  • Setup .env file
  • python ./app/app.py

using dockers:

  • docker-compose up

Requirements

  • Docker
  • Docker Compose

.ENV Example

DB_USERNAME=root

DB_PASSWORD=root

DB_HOST=localhost

DB_NAME=docs_db

About

Flask+SQLAlchemy+Docker, Documents data endpoints dockerized setup, Seeder endpoint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published