Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecuriousjuel/user-application

User Application handles user inputs (username and password) and displays when the particular user was saved.
https://github.com/thecuriousjuel/user-application

flask python web-development

Last synced: 8 days ago
JSON representation

User Application handles user inputs (username and password) and displays when the particular user was saved.

Awesome Lists containing this project

README

        

# User Management Application

## Requirements

1. The application should be able to get the user entered details like username and password.
2. The application should be able to check if the user already exists.
1. If the user exists, the application should show a status of user already exists.
2. If the user does not exists, the application should be able to save the data in the database.
3. The application should be able to save the user data in a database.
4. The application should be able to display a success message for a successful save.
5. The application should be able to display a failure message for any unsuccessful save.
6. The application should be able to fetch the already existing users from the backend.
7. The application should be able to display the already existing users in the frontend.
8. The application should also be able to save the date and time when the user got saved.

## Technology

1. HTML
2. CSS
3. JavaScript
4. Python - Flask
5. SQLite