FussionLink is a social media app built using Streamlit and TinyDB.
- Clone the Repository:
git clone https://github.com/AmandracOP/FussionLink-.git
- Change directory
cd FussionLink
- Install dependencies
pip install pipenv pipenv install
- Start shell
pipenv shell
- Start the app
streamlit run app.py
The app will be accessible at http://localhost:8501 in your web browser.