https://github.com/moazirfan/devnetwork
A Stack Overflow inspired app built with the MERN stack, where developers Learn, Share & Build Career.
https://github.com/moazirfan/devnetwork
react
Last synced: 3 months ago
JSON representation
A Stack Overflow inspired app built with the MERN stack, where developers Learn, Share & Build Career.
- Host: GitHub
- URL: https://github.com/moazirfan/devnetwork
- Owner: MoazIrfan
- Created: 2019-06-26T13:52:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:17:16.000Z (over 2 years ago)
- Last Synced: 2024-05-18T03:50:13.410Z (about 1 year ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
## DevNetwork
A Stack Overflow inspired app built with the MERN stack, where developers Learn, Share & Build Career. You can do everything form creating your own profile, to adding forms of experience, education, social media, and the option to show your latest repositories if you have a github account. Aditionally, you are able to add question, like, and reply to comments, and look up other’s profiles.
Quick Start
# Install dependencies for server
npm install# Install dependencies for client
npm run client-install# 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
You will need to create a keys_dev.js in the server config folder withmodule.exports = {
mongoURI: 'YOUR_OWN_MONGO_URI',
secretOrKey: 'YOUR_OWN_SECRET'
};Version
2.0.0License
This project is licensed under the MIT License