Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paul0vinicius/dev-connect

A little social network for developers using (M)ongo (E)xpress (R)eact (N)ode Stack Front to Back
https://github.com/paul0vinicius/dev-connect

express mongodb mongoose nodejs react reactjs redux

Last synced: 28 days ago
JSON representation

A little social network for developers using (M)ongo (E)xpress (R)eact (N)ode Stack Front to Back

Awesome Lists containing this project

README

        

# DevConnect: A Social Network for Developers

[![Build Status](https://travis-ci.org/paul0vinicius/dev-connect.svg?branch=master)](https://travis-ci.org/paul0vinicius/dev-connect)

A little social network for developers using (M)ongo (E)xpress (R)eact (N)ode Stack Front to Back.

Available on [Heroku](https://dev1-connect.herokuapp.com/).

[Documentation](https://docs.google.com/document/d/1F3MG9lyJK1fUhvzWRRhqzb3zMpfGMhZ3ljDYIXHLMP4/edit)

## Available Scripts:

First of all, install all dependencies:

```
npm install && npm run client-install
```

run full app:

```
npm run dev
```

run server:

```
npm run server
```

npm run client

```
npm run client
```