项目作者: annu12340

项目描述 :
p2p is a peer to peer learning platform build using flask framework, where students learn helping each other out.
高级语言: HTML
项目地址: git://github.com/annu12340/p2p-LearningPlatform.git
创建时间: 2020-05-05T07:47:04Z
项目社区:https://github.com/annu12340/p2p-LearningPlatform

开源协议:

下载


p2p-LearningPlatform

I have build a peer to peer learning platform, where students learn helping each other out. The platform is build using flask micro-framework. Users can create an account and then they can post their doubts and queries. These doubts are visible to all, and interested peers can it up and solve the issue. On successful completion of the task, a small amount would be given to the person who solves the issue

Getting started

  • Fork & Clone the repo

    1. git clone https://github.com/[yourname]/p2p-LearningPlatform.git
  • Navigate through the project

    1. cd p2p-LearningPlatform
  • Install all requirements

    1. pip install -r requirements.txt
  • Run :

    1. python3 main.py
  • Copy the localhost url (usually localhost:5000/) and paste in browser