Coder Social home page Coder Social logo

riannreis / form_application Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

An application that registers users who will participate in a certain event. And where it is possible to see who is registered with special access.

License: MIT License

Python 59.60% HTML 17.50% Mako 3.18% CSS 19.72%

form_application's Introduction

Form Application

An application that registers users who will participate in a certain event. And where it is possible to see who is registered with special access.

About:

This is a study project, made with the python language, using the flask framework and other libs. With the aim of developing a simple application that records participants and their respective information in a given table.

Technologies used:

  • Python
  • Flask
  • HTML & CSS
  • VSCode
  • PyJWT
  • WTForms
  • SQLAlchemy

Installation:

  • Clone the repository to your computer.

Need to have python installed and use pip for install the dependencies (preferable in a venv)

  • python -m venv .venv
  • source .venv/Scripts/activate
  • pip install -r requirements.txt

How to Run:

After running the pip command:

  • flask --app form run

And then access the application in the browser at: http://127.0.0.1:5000 and feel free to test the application :)

Some Infos:

http://127.0.0.1:5000

  • Main page, where participant information will be recorded.

http://127.0.0.1:5000/success

  • Page where participants will be redirected after submitting their data.

http://127.0.0.1:5000/login

  • Page where it will be possible to log in with the token to access the table with participant information.

http://127.0.0.1:5000/auth

  • Page where the access token is generated.

http://127.0.0.1:5000/tableDB?token=token

  • Page where the data is stored.

http://127.0.0.1:5000/delete

  • Deletes all information and cleans the Database Table.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.