This is a small scale OSS project for newbs
like me to practice
with and make something that might look cool on a resume 📝.
This app is written in Python 3.8.
Main purpose of this program [currently] is to act as a web integrated and mobile, random password generator. (Just for fun why not? 🙈) An example can be found on my [website]
I've chosen to use FastApi
as our API framework
for the backend python functionality. but at some point Id like to make a GraphQl version too. (Maybe someone can commit? 👥)
Important 💥
Please see the CONTRIBUTING.md
guidelines before pushing to any branches on this repo.
FastApi
for in depth
api details.pip install requirements
.uvicorn main:app --reload
/docs
page
where you will be greeted with the beautiful swaggerUI.