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
- Host: GitHub
- URL: https://github.com/fvucemilo/devconnect
- Owner: fvucemilo
- Created: 2020-02-18T08:39:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T01:12:53.000Z (over 3 years ago)
- Last Synced: 2025-02-23T06:46:34.632Z (over 1 year ago)
- Language: JavaScript
- Size: 995 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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