Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krasivaya/dev
Dev is a web application for junior and senior developers to share experiences they have faced, overcome or might be struggling with for other developers to give their remarks, where they can also clap for it if they find it helpful. (Live site is down bellow)
https://github.com/krasivaya/dev
django heroku postgresql python virtualenv
Last synced: about 11 hours ago
JSON representation
Dev is a web application for junior and senior developers to share experiences they have faced, overcome or might be struggling with for other developers to give their remarks, where they can also clap for it if they find it helpful. (Live site is down bellow)
- Host: GitHub
- URL: https://github.com/krasivaya/dev
- Owner: Krasivaya
- Created: 2019-11-06T14:52:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:50:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:16:13.419Z (over 1 year ago)
- Topics: django, heroku, postgresql, python, virtualenv
- Language: Python
- Homepage:
- Size: 23.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev
### Developed By
[Carine I. SEMWAGA](https://github.com/Krasivaya)### Description
Dev is a web application for junior and senior developers
to share experiences they have faced, overcome or might be struggling
with for other developers to give their remarks, where they can also
clap for it if they find it helpful.### User story:
* As a user, I can be able to see all post on my homepage
* As a user, I should signup/sign-in to clap or give my remark on a post
* As a user, I should be able to specify which level I am on in developing(Junior, Intermediate or a senior)
* As a user, I should be able to create my own post
* As a user, I should be able to view my own profile with posts I have created
* As a user, I should be able to search for any developer using DEV
* As a user, I should be able to view other developers profile to get their contacts### Technologies Used
1. Python3.6
2. Virtualenv
3. Django
4. HTML
5. Bootsrap & CSS
6. Git Version Control
7. Heruko### Setup/Installation Requirements
* Open your terminal
* initialize github, git clone ` https://github.com/Krasivaya/Dev.git `
* cd Dev
* open folder in prefered IDE
* open terminal
* Install virtualenv `python3.6 -m venv --without-pip virtual`
* Activate virtual envirnoment `source virtual/bin/activate`
* Install latest pip `curl https://bootstrap.pypa.io/get-pip.py | python`
* Install all requirements `pip install -r requirements.txt`
* Run in terminal `python3.6 manage.py runserver`
* Run the application in your localhost provided### Known Bugs
No bug known. If you found any, please contact!### Contacts
Email: [email protected]### Live site
[Dev - (Not avaliable now).](https://krasivaya-dev.herokuapp.com/)### License
This project is under the [MIT](https://github.com/Krasivaya/github/blob/master/LICENSE) license.##### Copyright (c) 2019 Carine I. SEMWAGA.