Skip to content
#

flask-backend

Here are 353 public repositories matching this topic...

DiptoChakrabarty
DiptoChakrabarty commented Sep 30, 2021

Currently the applications forms are defined in resume/forms.py

It would be good if the form names are redefined to start with capital letters and ending with Form (eg UserExpForm)

The forms present are

  • RegistartionForm (Done)
  • LoginForm (Done)
  • PostingForm (Done)
  • UsereducationForm
  • UserexperienceForm
  • UserProjectsForm
  • ResumeBuilderForm
  • UserSkillsForm
  • UserAchievement

Alert: Sadly, I don't have time to maintain this. A full working Flask demo api, exhaustive examples of common web services that we can made with this great micro-framework Flask including Bootstrap (as UI/theme framework), configs for Nginx (as a frontend reverse proxy), Gunicorn (as a multi-threaded WSGI application server), Redis (as a server-side session storage), MySQL or SQLite (as database) and much more features

  • Updated May 9, 2020
  • Python

Improve this page

Add a description, image, and links to the flask-backend topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flask-backend topic, visit your repo's landing page and select "manage topics."

Learn more