email: [email protected]
password: test1234
Table of Contents
- It's a mini Social Network for Developers, where they can post about different technologies and have disscusion on it. One can get information about what and where developers work and what they are currently doing.
This is project is built with the latest MERN stack technology, React for frontend, React-Redux for state managment, Express/Node for API, server and MongoDB for database, including json-webtoken for authorization and Bycrypt for encryption and decryption
To get a local copy up and running follow these simple steps.
The only thing required to download other dependencies is npm.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/lavlife06/DevConnector.git
- Install NPM packages
npm install
in client folder - npm install
- These will download every dependencies for frontend and backend
- Set up MongoDB database
- Make a project in MongoDB
- You will get your cluster's mongoURI to use database of your project
- Enter your mongoURI in
config.js
const mongoURI = 'ENTER YOUR MongoDB URI here';
- Run
npm run dev
I believe Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Name - Lav Senghani - [email protected]