This application made for programmers that they can help each other about programming stuffs.
These Technologies used in this project;
- ReactJS
- ExpressJS
- NodeJS
- MongoDB
Live Demo: https://dev-net.herokuapp.com/ Register: https://dev-net.herokuapp.com/register
Before run server and client you have to create a file in config directory as keys_dev.js
And set up your keys_dev.js
file with your mongo url
module.exports = { mongoURI: 'mongodb://your-mongo-url' secretOrKey: 'AnyKey' };
git clone https://github.com/UN5T48L3/DevNet
cd DevNet
npm install
cd ..
cd client
npm install
cd ..
npm run dev
(this command will make run back-end AND front-end same time.)
Now Application is working on => http://localhost:3000