项目作者: rpotter12

项目描述 :
social media website
高级语言: HTML
项目地址: git://github.com/rpotter12/increase.git
创建时间: 2019-06-27T18:03:31Z
项目社区:https://github.com/rpotter12/increase

开源协议:MIT License

下载


increase

It is a social media website for companies and developers for the enhancement of the products and the software.

  • This social media is having two types of usertype:-
  1. company
  2. developer
  • The people who have signup as company will create a social page. They can post the product or software information. They can accept the idea which have been given by developers
  • The people who have signup as developer can only give suggestions for the enhancement of the products or softwares.
  • If the idea of a developer is accepted by the company then a green line will be shown in the background of that particular suggestion.
  • On the suggestion box their will be a accept/decline option which people can select to upvote the idea.

To run locally on the system

setup virtual env and installing require package

  • python3 -m venv venv
  • source venv/bin/activate (Linux user)
  • venv\Scripts\activate (Windows user)
  • pip3 install django

to run locally

  • cd increase
  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • python3 manage.py runserver