Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavmule/masonite-hello-world
Hello World Web App in Masonite
https://github.com/vaibhavmule/masonite-hello-world
masonite
Last synced: 27 days ago
JSON representation
Hello World Web App in Masonite
- Host: GitHub
- URL: https://github.com/vaibhavmule/masonite-hello-world
- Owner: vaibhavmule
- License: mit
- Created: 2018-10-13T18:18:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:13:56.000Z (about 2 years ago)
- Last Synced: 2024-04-23T05:56:15.086Z (8 months ago)
- Topics: masonite
- Language: Python
- Size: 239 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-masonite - masonite-hello-world - Hello World Web App in Masonite (Projects Made with Masonite / Miscellaneous)
README
# Hello World Web App in Masonite
Hello World Web App in Masonite that demontrates simple form, validations, flashing the message and greets the user by provided named in the form.## Greets the user
![Greet the user](screenshots/hello.png?raw=true "Greet the user")## Form
![Hello form](screenshots/form.png?raw=true "Hello Form")## Form with errors
![Hello form with erros](screenshots/index-errors.png?raw=true "Form with errors")