https://github.com/rpotter12/increase
social media website
https://github.com/rpotter12/increase
bootstrap css django html5 javascript jinja python3 social-media
Last synced: 7 months ago
JSON representation
social media website
- Host: GitHub
- URL: https://github.com/rpotter12/increase
- Owner: rpotter12
- License: mit
- Created: 2019-06-27T18:03:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T13:41:59.000Z (about 6 years ago)
- Last Synced: 2025-01-26T12:41:26.799Z (9 months ago)
- Topics: bootstrap, css, django, html5, javascript, jinja, python3, social-media
- Language: HTML
- Size: 7.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`