Micro Blogging web application developed using flask
Server Side Web application using:
- Python: 3
- Framework: Flask
- ORM: SQLAlchemy
- Template: Jinja
- CSS: Bootstrap
- DB: sqllite
Features Available:
-
Authentication
- Login, Logout and Signup
- Reset password incase forgotton via registered email
-
Account
- Uploading Posts
- Viewing Posts
- Following and Unfollowing Other Users
- User Profile View
- Edit User Profile ( user name and bio )
Note: This Project is under development, more features will be added regularly.
How to Use?
- Clone the respository "Echo"
- Inside the "Echo" Folder create your virtual environment using the command "python -m venv" or "python3 -m venv"
- Activate the venv using 'source echo/bin/activate" or 'echo/Scripts/activate'
- Install the dependencies and extension libraries using "pip install -r requirements.txt"
- Run the command "flask run"
- Go to your local url on your browser ex.. http://127.0.0.1:5000/
- Play around with the app
Feel free to write to kailashyadav0411@gmail.com for your suggestions and comments