A medium clone with a flask backend
What things you need to run the software
- Python 3.4+
- Pipenv
- Mongo# clone the repo
git clone https://github.com/imthaghost/mediumFlask
# change into project directory
cd mediumFlask
# start virtual enviornment
pipenv shell
# install dependencies
pipenv install
# in another shell create mongodb instance
sudo mongodUse Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (use Github Flow).
- Fork the repo and create your branch from
master. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
- PEP 8 style unification
- 2 spaces for indentation rather than tabs (or tabs that convert to spaces)
- You can try running
pipenv install autopep8 --devfor style unification
By contributing, you agree that your contributions will be licensed under its MIT License.
Gary Frederick 💻 |
