Skip to content

Blog application with posting, updating and deleting articles. Each article has its own author, it is also possible to view all articles of a specific author. Flask | SQLAlchemy | unittest

geniass1/Blog-App

Repository files navigation

HOW TO START MY CODE
1. Install docker(version 19.03.13)
2. docker build -t flask-project .
3. docker run --rm --name server -p 8080:8080 flask-project
4. docker run flask-project bash test.sh

About

Blog application with posting, updating and deleting articles. Each article has its own author, it is also possible to view all articles of a specific author. Flask | SQLAlchemy | unittest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages