Click HERE to try the app! (It takes some time to load the page.)
Web Message Posting Full-Stack Application. This simple application allows users to log in and upload their messages to display on the tweet list.
- Python
- Flask
- Jinja
- Bootstrap
- SQLite
- Azure App Services
- Full-Stack Application
- Login functionality to allow users to access the tweet list
- Ability for users to post messages to be displayed on the tweet list
- Tweets are saved in an SQLite database
- Users can view all tweets or filter tweets by username
- Followed MVC architecture to segregate the roles of Model, View, and Controller
- Deployed on Vercel for public use
- Clone the repository
- Open the project in your IDE of choice
- Run the application
- Have fun with the application! 😊