Dev-Pool
Developers pool is an application that allows developers connect to one another and their clients. It is pool where you can match developer of your interest to the desired project and bring that project of yours to life. This application was built with reactjs and nodejs.
- node
- npm
- create-react-app
- install node on your machine
- run npm install to install all the required packages.
- run 'npm run start' to get the server running.
- install create-react-app on your machine
- run npm install to install all the required packages.
- run 'npm run start' to get the server running.
Built With
- nodejs (server)
- expressjs (handling routes,requests and views)
- reactjs (frontend framework)