Skip to content

joseph-sayler/python_pastebin_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastebin clone in Python

This is a demo app showing my skills in using FastAPI, ORMs, databases, unit testing, software documentation, and devops related skills like setting up an online web server, accessing a database via API, setting up CI/CD pipelines, etc.

The plan is to develop this locally, using sqlite as the db. Then host this on Heroku and use an online, serverless database (Fauna) to hold all the data. In the process I plan on creating a CI/CD pipeline for unit testing and Heroku deployment.

This is actually a reimplementation of a Flask version I wrote a few months ago, but this time I used FastAPI to generate a REST API. It has most of the same parts as the original, but now the front end is separate from the API, SQLAlchemy is used instead of Flask-SQLAlchemy, and a few parts of the custom FaunaDB adapter class have been removed to allow for compatibility with FastAPI.

Also, poetry is used for python dependency management. And a JavaScript framework will be used for the front end.

ToDo

  • develop front end (vue? react?)
  • set up CI/CD pipeline to run current unit tests after each push
  • deploy to heroku

About

Pastebin like web app made with python and fastapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages