https://github.com/imhta/devocean
social network for remote developers and learners
https://github.com/imhta/devocean
Last synced: about 1 year ago
JSON representation
social network for remote developers and learners
- Host: GitHub
- URL: https://github.com/imhta/devocean
- Owner: imhta
- License: gpl-3.0
- Created: 2019-09-24T09:56:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:31:41.000Z (over 3 years ago)
- Last Synced: 2025-02-28T09:55:04.597Z (over 1 year ago)
- Language: Ruby
- Homepage: https://dev-ocean.herokuapp.com/
- Size: 2.45 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devocean
### :sparkles: [Demo](https://dev-ocean.herokuapp.com/)
Social network for remote developers and learners
## Installation ⚙
### Requirements
- Ruby 2.6
- Rails 6
- Postgres
- Webpacker
- Foreman (To run procfile.dev)
- ActionText
- ImageMagick(For ImageProcessing gem)
#### Useful links
- [Install imagemagick on debian ubuntu](https://www.tecmint.com/install-imagemagick-on-debian-ubuntu/)
### Clone
```bash
git clone https://github.com/imhta/devocean.git
cd devocean
```
Setup and Start Rails server
```bash
bundle
rails db:migrate
rails server
```
##### For Webpack server
In a new Terminal
```bash
foreman start -f Procfile.dev
```
#### Test
```bash
bundle exec rspec
```
## Features :star:
- WYSIWYG editor for post
- PWA
## ERD

## UI Prototype
- [Desktop version](https://www.figma.com/file/Q38p6nGQa7ILmiYCY7HyXE/Devocean?node-id=2%3A32)
> - Mobile version Coming soon
## Screenshots
#### Home page (before sign in)

#### Sign in page

#### Sign up page

#### feed page

#### showpost page

## Author
- [@imhta](https://github.com/imhta)
- [@Abdusaid](https://github.com/Abdusaid10)