yuvalg99 / OpenProfile

A Professional Blogging Platform.

Home Page:https://openprofile.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Profile

Home page

About Project:

This is a blogging platform where users can create a professional blogging profile.

Technology stack used in this project

  • Python
  • Flask
  • JavaScript
  • BootStrap
  • JQuery
  • HTML/CSS

OpenProfile Live

Run this project on your local machine

  1. Clone the repository to your local desktop
git clone paste_link_you_copied
  1. Change the directory
cd OpenProfile
  1. Install requirements.txt
pip install -r requirements.txt 
  1. Set environment variables in your shell
export FLASK_APP=application.py
export DATABASE_URL="postgres://dnlwaxlradcjor:65c6399c0ddf92b6648364d98c1cece55b184bf8050278f9b2d07522e85fc61e@ec2-50-17-246-114.compute-1.amazonaws.com:5432/d3fg403272h3as"

  1. Run application
flask run

How to contribute

  1. Make a Fork.
  2. Clone the repository to your local desktop.
git clone paste_link_you_copied
  1. Create a new branch (It's necessary).
git checkout -b branchName
  1. Make changes and Add to Staging here.
git add .
  1. Commit changes.
git commit -m "Message you want to write"
  • Always write the message short and easy to understand (ideally 3 to 5 words).
  1. Push the changes so that Pull request will be generated.
git push -u origin branchName
  1. Make PR.
  2. Commits should be descriptive.
  3. Try to minimize conflicts.
  4. Follow these steps only after you have Git installed in your system.

Where to contribute

  1. UX/UI
  • You can improve the existing User Interface or can introduce a new layout for Flack.
  1. Code reformat
  • You can introduce more concise and readable code
  1. Improvements in Backend
  • You can find any bug or error and can fix it
  1. Readme file
  • If you think that something is missing from the readme file. You can introduce new sections for the readme file or can improve the existing one.

Click here to Contribute

Developers Questions

If you have any queries related to this project feel free to raise an issue and ask there.

About Me:

Click Here to know about me.

About

A Professional Blogging Platform.

https://openprofile.herokuapp.com

License:MIT License


Languages

Language:Python 66.7%Language:HTML 30.3%Language:CSS 3.0%