Welcome to the microBlog repository! This is a simple microblogging web application built with Flask and MongoDB. Users can create accounts, post short messages, and view posts from other users. This README provides essential information to get you started with the microBlog application.
Follow the instructions below to set up and run the microBlog application on your local machine.
Make sure you have the following installed on your machine:
-
Clone the repository to your local machine:
git clone https://github.com/ErikaItzelDiaz/microBlog.git
-
Navigate to the project directory:
cd microBlog
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to http://localhost:5000 to access the microBlog application.
-
Sign up for a new account or log in if you already have one.
-
Start posting and interacting with other users!
- User authentication: Create an account and log in securely.
- Post creation: Share your thoughts and updates with short messages.
- Feed: View posts from other users in a centralized feed.
- User profiles: Explore user profiles and their posts.
Delete by Hello Supay from Noun Project (CC BY 3.0) Project inspired by Jose Salvatierra
If you have any questions or suggestions, feel free to reach out to the project owner:
- Erika Itzel Diaz
- GitHub: ErikaItzelDiaz
Happy microBlogging!