An open API service indexing awesome lists of open source software.

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

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)