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

https://github.com/fvucemilo/devconnect

Social network for developers
https://github.com/fvucemilo/devconnect

Last synced: 21 days ago
JSON representation

Social network for developers

Awesome Lists containing this project

README

          

# DevConnector

> Mala social network aplikacija napravljena sa MERN stackom.

## Potreban softver

node.js -- https://nodejs.org/en/

npm -- dolazi sa nodom

## Quick Start

```bash
# Install dependencies for server
npm install

# Install dependencies for client
cd client && npm i

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000