https://github.com/somenath203/validate-username-flask-app
https://github.com/somenath203/validate-username-flask-app
css flask flask-api flask-application html javascript python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/somenath203/validate-username-flask-app
- Owner: somenath203
- Created: 2022-10-14T11:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T09:37:46.000Z (about 3 years ago)
- Last Synced: 2025-01-20T20:51:17.739Z (over 1 year ago)
- Topics: css, flask, flask-api, flask-application, html, javascript, python
- Language: CSS
- Homepage:
- Size: 22.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valid-Username-Checker
This is a website create with the help of Html, CSS, Javascript and Flask. Here, in this website, a user will be able to check weather a perticular username is valid or not.
In order for a particular username to be valid, it needs to pass three criteria and those three criterias are:-
01) Username must contain atleast one uppercase character.
02) Username must contain atleast one lowercase character.
03) Username must end with a number.
# Demo of the application

# Running the application in local development
If you want to run it on local environment, then just clone this repo, open the terminal inside the folder of this project and run the command
```
python app.py
```
This will start the devlopment server at PORT 5000
Now, open any browser of your choice and type ```localhost:5000```. This will start the website for you.