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

https://github.com/daniel-covelli/dev-connect

My fourth MERN stack app 💃
https://github.com/daniel-covelli/dev-connect

Last synced: 3 months ago
JSON representation

My fourth MERN stack app 💃

Awesome Lists containing this project

README

        

# dev-connect 👩‍💻

A social network for developers.

This application with build on the MERN stack
- MongoDB
- Express
- React
- Node.js

## Quick Start

```
# change default.json file in config folder

# this file is located in config/default.json

# add uri of your mongodb connection for example

"mongoURI": "mongodb://localhost/dev-social",

```

```bash
# Install server dependencies
npm install

# Install client dependencies
cd client
npm install

# Run both Express & React from root
npm run dev

# Build for production
cd client
npm run build
```

## Project Info

### Course

[MERN Stack Front To Back](https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA)

[Repository](https://github.com/bradtraversy/devconnector_2.0/tree/originalcoursecode)