AnkitMitraOfficial / StackOverflowClone

StackOverflowClone
MIT License
3 stars 1 forks source link

StackOverflowClone

What's the motive of this platform?

In this modern world we can't stay alive without each other's help. We all get stuck at any point of time in our life. Luckily we have our parents to support us, but how long they can support?

So introducing our new platform which will help people from worldwide to discuss their problems with other's and get their problems solved, if you are lucky you can get help from other's or you can help other's to make their day nice!

There is a common saying "If you help someone you may not have changed the world, but the help can change the world for that person!"

About the owner

I'm a 15 year old boy who dreams to achieve great heights in his life.

Key points of our platform

  1. Simple and free for everyone to use

  2. Only genuine information

  3. Not a chatting app

  4. Not a dating or social media platform

  5. Educational platform especially for technology lovers!

Pros

  1. Saves your time by taking help from the people worldwide

  2. Get educated!

  3. Simple UI/UX

Cons

  1. Not offering any kind of jobs or postings

  2. Do not have a advanced UI/UX but satisfactory

Note

This doesn't means the features are limited, our platform will get updates and try to give you the best User experience.

How can you download this github project?

It's easy as cutting a piece of cake,just hit on the "download zip" button or "clone" the project and then you are all good to go.

License?

It's a free open-source project, anyone who wish can use this project by downloading it. Anyone can modify the project, edit things and delete things. No Restrictions!

How to run this project?

  1. Create a new virtual environment, enter it and activate it: python3 -m venv sc-env; cd sc-env; . bin/activate
  2. Install this repo in "editable" mode. This needs SSH access to github:
  3. pip install -e git+ssh://git@github.com/AnkitMItraOfficial/StackOverflowClone.git#egg=StackOverflowClone
  4. Django and other requirements get installed automatically.
  5. Got to the git repository: cd src/stackoverflowclone/
  6. Start the runserver: python manage.py runserver
  7. This will start a simple http server: http://127.0.0.1:8000/
  8. Open this URL with your webbrowser.

Happy coding!