/Stackover-Flow-Clone

Stackover Flow 2.0. A simple stackover flow clone made with python. Still under Development.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

A Stackover Flow clone made with flask.

Prerequisites

  • python3 on windows or linux.
  • Flask
  • install all required modules from requirements.txt

steps to run it locally

  1. clone or download the repo.
  2. name the database and connect it to the app by
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql://username:password@localhost/db_name' 
# like 'mysql://root:@localhost/site' 

If using sqlite then define sqlalchemy uri by

'sqlite:///test.db'


3. Start the app using python app.py The app will start on localhost:5000. You can change it on app.py. Visit localhost:5000 to see the website

Note - The app is still under development. So you may see some bugs.

Contributing

Contributions are highly appreciated. If you want to contribute first fork the repo. And then make your changes. Now make a pull request stating the changes you made. We will review it and if it looks good to us we will accept it and merge.

Contacting

You can contact charchit#8198 on discord or email at charchit.dahiya@gmail.com. or contact Mrinmoy#1412 on discord.