Skip to content

This web application allows users to create profiles, add experiences, education and post, like and discuss on posts. It is a great platform for networking and sharing ideas for developers.

Notifications You must be signed in to change notification settings

yash-jivani/DevNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevNetworks

Social network for developers

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",
 
# 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

Contributing

  • Please share your feedback - let me know if this site is useful for you, or if you find any bugs.

  • Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

App Info

Author

Yash Jivani

Version

1.0.0

License

This project is licensed under the MIT License

About

This web application allows users to create profiles, add experiences, education and post, like and discuss on posts. It is a great platform for networking and sharing ideas for developers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published