a name="readme-top">
A clone of the popular Tumblr web application. Scrollr is a place to share ideas and opinions with others. You are able to post, comment and even follow other users.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
'A clone of the popular Tumblr web application. Scrollr is a place to share ideas and opinions with others. You are able to post, comment and even follow other users.'
- React
- JavaScript
- Python
- HTML
- CSS
- Flask
-
Clone this repository (only this branch)
-
Install dependencies
pipenv install -r requirements.txt
-
Create a .env file based on the example with proper settings for your development environment
-
Make sure the SQLite3 database connection URL is in the .env file
-
This starter organizes all tables inside the
flask_schema
schema, defined by theSCHEMA
environment variable. Replace the value forSCHEMA
with a unique name, making sure you use the snake_case convention. -
Get into your pipenv, migrate your database, seed your database, and run your Flask app
pipenv shell
flask db upgrade
flask seed all
flask run
-
To run the React App in development, checkout the README inside the
react-app
directory.
Create your account with secure hashed password protection.
The home page displays the Feed that shows all of the posts others have shared.
You may comment or like a post and even follow another user if you enjoy their content.
With validation in place any errors that you may encounter are intuitively brought to the users attention.
- Followers
- Posts
- Likes
- Comments
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Patrick McKinney - [email protected] Nathan Heinz - (James) Xinbo Zhou - John Timothy Cruz - [email protected]
Project Link: https://github.com/NRH-AA/Python_Project.git