Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paul0vinicius/dev-connect
- Owner: paul0vinicius
- Created: 2018-07-09T11:48:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T10:29:30.000Z (over 6 years ago)
- Last Synced: 2023-02-28T00:23:43.590Z (almost 2 years ago)
- Topics: express, mongodb, mongoose, nodejs, react, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 723 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```